0.0.4 • Published 3 years ago

cdk-datalake-constructs v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

0.0.4

3 years ago

0.0.3

3 years ago