Skip to content

citra-org/chrono-db-go-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)