Package Exports
- @randyridgley/cdk-datalake-constructs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@randyridgley/cdk-datalake-constructs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cdk-datalake-constructs
This is my attempt at simplifying deploying various datalake strategies in AWS with the CDK.
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 @randyridgley/cdk-datalake-constructsPython
$ pip install cdk-datalake-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.