Skip to content

Repositório contendo o script de criação e configuração do data lake a ser empregado no projeto.

Notifications You must be signed in to change notification settings

COR-DEXL/data_lake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Lake

Repository containing the data lake creation and configuration script to be used in the project.

Requirements

Docker >= 28.3.3

Install

First, inside config directory, create an .env file using the .env.example file as a base. Edit the new file with the username and password for MinIO data lake. These will be the root user's login credentials. Next, run the setup file with command below. Make sure you are running from project root directory to avoid unreachable references. MinIO data lake service will be start automatically.

./setup.sh

The above script will create inside datalake directory all pre-defined buckets.

Starting/stopping MinIO data lake service

To start MinIO data lake service:

docker start rionowcast-minio

To stop MinIO data lake service:

docker stop rionowcast-minio

MinIO data lake GUI

To get access to MinIO data lake GUI, access localhost:9101 from your web browser. MinIO data lake login page will be shown. Enter credentials defined in the .env file.

Conventions

For data organization inside the data lake, the conventions defined in docs/convention.md should be followed.

Catalog Metadata

For data catalog metadata, see docs/metadata.md.

About

Repositório contendo o script de criação e configuração do data lake a ser empregado no projeto.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages