https://github.com/puse/stakan
Order book service
https://github.com/puse/stakan
Last synced: 21 days ago
JSON representation
Order book service
- Host: GitHub
- URL: https://github.com/puse/stakan
- Owner: puse
- Created: 2018-06-10T16:39:43.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-03T04:10:47.000Z (over 7 years ago)
- Last Synced: 2025-02-28T11:02:40.681Z (over 1 year ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stakan
Realtime orderbook data streams.
- Expose MQTT channels
- `{market}/{symbol}`.
Markets
- `cexio`
- `bitfinex`
Symbols
- `btc-usd`
- `eth-usd`
## Usage
```sh
docker-compose up
```
### Development
```sh
docker-compose up
```
## Tech. Stack
- [x] Mosquitto as MQTT broker
- [x] Redis as data store with custom Lua scripting
- [x] Node.js for data processing
- [x] Utilizes RxJS for internal stream representation
- [ ] Kafka for streams with Lenses UI
- [ ] Elasticsearch as analytical database
Front-end is made using Vue.js/Vuex