cdk-datalake-constructsdeprecated

AWS CDK Constructs that can be used to create datalakes/meshes and more

Usage no npm install needed!

<script type="module">
  import cdkDatalakeConstructs from 'https://cdn.skypack.dev/cdk-datalake-constructs';
</script>

README

cdk-datalake-constructs

This is my attempt at simplifying deploying various datalake strategies in AWS with the CDK.

License
Current cdk version
Build Release
Python pip
npm version pypi version Maven nuget

Table of Contents

Features

  • Easy to Start - Create a Datalake in a few lines.
  • Easy to Expand - Expand into multiple accounts and into a data mesh.
  • Easy to Admin - Initial governance created on deploy.

Installation

TypeScript/JavaScript

$ npm install @cdk-7layer-constructs/cdk-datalake-constructs

Python

$ pip install cdk7layer-constructs.cdk-datalake-constructs

.Net

$ nuget install CDK.Datalake.Constructs

# See more: https://www.nuget.org/packages/CDK.Datalake.Constructs/

Usage

Basic

import { DataLake } from '@cdk-7layer-constructs/cdk-datalake-constructs';

new DataLake(this, 'datalake', {
  name: 'demo-lake'
});

Multi Account


Data Mesh



Documentation

Construct API Reference

See API.md.

Supporting this project

I'm working on this project in my free time, if you like my project, or found it helpful and would like to support me any contributions are much appreciated! ❤️

License

This project is distributed under the MIT.