Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.07 KB

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.

  1. Close

This function will diconnect from chrono db

  1. CreateStream <<CHRONO_NAME string :: STREAM_NAME string>>

  2. WriteEvent

<<CHRONO_NAME string :: STREAM_NAME string :: EVENTS { HEADER, BODY (string, string) } >>

  1. 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

Note

THIS CODEBASE IS STILL UNDER DEV, HAS LOT OF BUGS & NEED SEVERAL IMPROVEMENTS. PLEASE DONT USE IN PROD

Contributors

Creator: Sugam Kuber (Github) (LinkedIn)