Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puse/stakan
Order book service
https://github.com/puse/stakan
Last synced: 8 days ago
JSON representation
Order book service
- Host: GitHub
- URL: https://github.com/puse/stakan
- Owner: puse
- Created: 2018-06-10T16:39:43.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-03T04:10:47.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T04:41:19.121Z (8 days 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 databaseFront-end is made using Vue.js/Vuex