Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanbohan/gorm-greptimedb
https://github.com/yuanbohan/gorm-greptimedb
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanbohan/gorm-greptimedb
- Owner: yuanbohan
- Created: 2023-11-22T21:34:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-23T01:59:26.000Z (12 months ago)
- Last Synced: 2023-11-24T02:35:10.221Z (12 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test greptimedb with gorm
====## Quick start
1. start greptimedb https://github.com/greptimeteam/greptimedb
```shell
git clone [email protected]:GreptimeTeam/greptimedb.git
cd greptimedb
cargo run -- standalone start
```2. go run main.go