Skip to content

singlestore-labs/elixirconf-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixirconf Demo

1. Set up environment

  1. Create and active a Python virtual environment by running:
python3 -m venv ./.venv
source ./.venv/bin/activate
  1. Create a .env file in the root of the project based on the .env.example file.
  2. Install dependencies by running:
pip install -r requirements.txt

2. Create database

  1. Create a SingleStore database
  2. Create tables by running:
python scripts/create_tables.py

3. Generate data

  1. Generate data by running:
python scripts/generate_data.py

4. Load data

  1. Load data into the database by running:
python scripts/load_data.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages