Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citra-org/chrono-db-go-driver
Golang client to interact with chrono db
https://github.com/citra-org/chrono-db-go-driver
client database driver go golang golang-library log-management
Last synced: 20 days ago
JSON representation
Golang client to interact with chrono db
- Host: GitHub
- URL: https://github.com/citra-org/chrono-db-go-driver
- Owner: citra-org
- License: apache-2.0
- Created: 2024-07-19T20:01:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:50:37.000Z (2 months ago)
- Last Synced: 2024-10-13T14:30:14.546Z (about 1 month ago)
- Topics: client, database, driver, go, golang, golang-library, log-management
- Language: Go
- Homepage: https://pkg.go.dev/github.com/citra-org/[email protected]/client
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# IntelliLog-GoLang-Driver
GoLang Driver for IntelliLog Database# Docs
### Usage
Run
```
go get github.com/citra-org/chrono-db-go-driver
```### FUNCTIONS
1. Connect <<**URI** *string*>>
This function will start a TCP connection with credentials provided, if correct keep the connection remans open until disconnected.
2. Close
This function will diconnect from chrono db
3. CreateStream <<**CHRONO_NAME** *string* :: **STREAM_NAME** *string*>>
4. WriteEvent
<<**CHRONO_NAME** *string* :: **STREAM_NAME** *string* :: **EVENTS** { **HEADER**, **BODY** *(string, string)* } >>
5. Read <<**CHRONO_NAME** *string* :: **STREAM_NAME** *string*>>
Please use the above functions only, the other necessary functions are still under dev
[Check this sample usage](https://github.com/citra-org/dosis/tree/main/chrono-db-go-driver#readme)
### Note
THIS CODEBASE IS STILL UNDER DEV, HAS LOT OF BUGS & NEED SEVERAL IMPROVEMENTS. PLEASE DONT USE IN PROD
### Contributors
**Creator**: Sugam Kuber ([Github](https://github.com/sugamkuber)) ([LinkedIn](https://linkedin.com/in/sugamkuber))