Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runeksvendsen/crypto-orderbook-db-app
https://github.com/runeksvendsen/crypto-orderbook-db-app
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/runeksvendsen/crypto-orderbook-db-app
- Owner: runeksvendsen
- License: bsd-3-clause
- Created: 2020-09-07T08:46:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T10:15:54.000Z (11 months ago)
- Last Synced: 2024-01-09T11:10:43.122Z (10 months ago)
- Language: Haskell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building
### Docker image
Run the following command:
```bash
docker build --tag crypto-orderbook-db:latest . && docker build --tag orderbook-service:latest exe/app
```## TODO
- [ ] Don't duplicate debugFilterMarkets in `Main` and `CryptoVenues.Fetch.Debug`