GoLang Driver for IntelliLog Database
Run
go get github.com/citra-org/chrono-db-go-driver
- Connect <<URI string>>
This function will start a TCP connection with credentials provided, if correct keep the connection remans open until disconnected.
- Close
This function will diconnect from chrono db
-
CreateStream <<CHRONO_NAME string :: STREAM_NAME string>>
-
WriteEvent
<<CHRONO_NAME string :: STREAM_NAME string :: EVENTS { HEADER, BODY (string, string) } >>
- Read <<CHRONO_NAME string :: STREAM_NAME string>>
Please use the above functions only, the other necessary functions are still under dev
THIS CODEBASE IS STILL UNDER DEV, HAS LOT OF BUGS & NEED SEVERAL IMPROVEMENTS. PLEASE DONT USE IN PROD