https://github.com/mfloriach/simple-trading
simple trading platform
https://github.com/mfloriach/simple-trading
golang grpc mongodb timescaledb
Last synced: 6 months ago
JSON representation
simple trading platform
- Host: GitHub
- URL: https://github.com/mfloriach/simple-trading
- Owner: mfloriach
- Created: 2024-08-07T02:50:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T00:24:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T00:11:16.493Z (over 1 year ago)
- Topics: golang, grpc, mongodb, timescaledb
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Trading Platform
Simple platform for trading written in golang, grpc and time base database.
## Tools
* Buff
* TimeScaleDB
* MongoDB
* GRPC
## Installation
```
$ buff generate
$ docker compose up -d
$ go run server/cmd/migrate/main.go
```
## Run
```
$ go run server/cmd/grpc/main.go
```
## Docs
```
$ docker compose up -d
```
[API](http://localhost:8081)