Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogonzalezm committed Jul 29, 2024
1 parent 522f21f commit 69e2da0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ You can adjust the following parameters in `cmd/monitor/main.go`:
- `symbol`: The cryptocurrency pair to monitor (e.g., "btcusdt", "ethusdt")
- Buffer size and flush interval in the `NewBufferedCSVWriter` function call

## TODO:

- Add configuration file support
- Add support for multiple pairs
- Insert data into a database
- Add support for more Binance WebSocket API endpoints
- Add support for more data processing and analysis
- Add support for Kafka
- Add support for Vue JS front end
- Add support for Docker
- Add support for Kubernetes or doc
- Add support for CI/CD
- Add support for more tests
- Add support for more documentation


## License

[MIT License](LICENSE)
Expand Down

0 comments on commit 69e2da0

Please sign in to comment.