Skip to content

A POC for a system intended to allow end-users to store reference data in e.g. excel and other smaller data sets in a S3 based Data Lake to be joined with larger dataset during analysis

oskar-r/sado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is the Archive Demo

This is a small proof-of-concept of a data archive and query solution.

High level architecture

architecture

Credentials and variables

There is an example .env file with the variables that needs to be set.

Note that ADMIN_PWD and NATS_PWD are bcrypt encoded Generate these with e.g.

htpasswd -n -B -C 11 admin

Replace the $2y in the begining with $2a. Nats password also need to be provided in clear text for minio and the backend

Install and run

docker-compose up --build

Try

You can now access the front end client trough

front.app.localhost

Login with admin and the ADMIN_PWD You can now switch user to admin and then add a user account

About

A POC for a system intended to allow end-users to store reference data in e.g. excel and other smaller data sets in a S3 based Data Lake to be joined with larger dataset during analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published