Attention: The code in this repository is intended for experimental use only and is not fully tested, documented, or supported by SingleStore. Visit the SingleStore Forums to ask questions about this repository.
Node.js
at leastv18.15.0
- Create a
.env
file based on the.env.sample
file - Install dependencies by running:
npm i
- Run
npm run dev
- Open http://localhost:3000
- Run
npm run build
- Run
npm run start
- Open http://localhost:3000
- Change the directory to the
./data
directory - Run
npm i
once - Run
npm run generate -- --name dataset-s|m|l --users NUMBER --products NUMBER --orders NUMBER
- Copy the generated data from the
./data/export
directory to the./apps/server/src/data
directory
- Go to http://localhost:3000/configure
- Click on the
Reset data
button