This package has been deprecated

Author message:

pre-release

cdk-datalake-constructs
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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.

Package Sidebar

Install

npm i cdk-datalake-constructs

Weekly Downloads

82

Version

0.0.4

License

MIT

Unpacked Size

713 kB

Total Files

49

Last publish

Collaborators

  • npm