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.jsat leastv18.15.0
- Create a
.envfile based on the.env.samplefile - 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
./datadirectory - Run
npm ionce - Run
npm run generate -- --name dataset-s|m|l --users NUMBER --products NUMBER --orders NUMBER - Copy the generated data from the
./data/exportdirectory to the./apps/server/src/datadirectory
- Go to http://localhost:3000/configure
- Click on the
Reset databutton