Registry / database / supplyon-gremcos

supplyon-gremcos

JSON →
library0.1.40gogounverified

A Go client for interacting with Azure Cosmos DB using the Gremlin graph query language.

go get github.com/supplyon/gremcos
INSTALL
IMPORT
SIG · SUPPLYON-GREMCOS
S
supplyon-gremcos
databasegov0.1.40
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gremcos
github.com/supplyon/gremcos

Connects to Azure Cosmos DB Gremlin endpoint.

package main import ( "fmt" "github.com/supplyon/gremcos" ) func main() { client, err := gremcos.NewClient("wss://your-gremlin-endpoint", "your-key") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.40latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Meta
1
Amazon
1
OpenAI (training)
1
Resources
supplyon-gremcos — go get supplyon-gremcos · libregistry