Jiffy is Gaucho Racing's purchase request and order tracking platform.
Check out our wiki page here to learn more.
Start by running SingleStore locally using the provided Docker image.
docker run \
-d --name singlestoredb-dev \
-e ROOT_PASSWORD="password" \
-p 3306:3306 -p 8080:8080 -p 9000:9000 \
ghcr.io/singlestore-labs/singlestoredb-dev:latest
Note the --platform linux/amd64 instruction which is required when running on Apple Silicon.
docker run \
-d --name singlestoredb-dev \
-e ROOT_PASSWORD="password" \
--platform linux/amd64 \
-p 3306:3306 -p 8080:8080 -p 9000:9000 \
ghcr.io/singlestore-labs/singlestoredb-dev:latest
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b gh-username/my-amazing-feature) - Commit your Changes (
git commit -m 'Add my amazing feature') - Push to the Branch (
git push origin gh-username/my-amazing-feature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Shoutout Jeff "jiffy" Duong (Business Lead, 2024) whose financial wizardry and acute business accumen inspired this project.