Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.3% on proxy.golang.org
Top 2.4% forks on proxy.golang.org

proxy.golang.org : github.com/grammes-go/grammes

Package grammes is an API/Wrapper for the Gremlin traversal language to interact with graph databases. It includes various levels of functionality to add, remove, and change vertices and edges in the database. Usage of higher level API is shown in various examples in the `examples/` directory with full documentation. To get started with this package you may begin by making a Grammes client using either the Dial function or the DialWithWebSocket function. With this client you may begin interacting with your graph database with the client's multitude of function options. To narrow down what you want to do it may be easier to choose one of the `client.Querier` options. What this example does is create a new Grammes Client using the DialWithWebSocket function. With this client it executes a simple string query that just does some simple addition. Then it will return the raw result out. For further customizability you may check out packages within the `query/` directory. To see examples on how to use this package further then check out the `examples/` directory.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/grammes-go/grammes
Keywords: client, database, go, golang, graph, graph-database, gremlin, package, tinkerpop
License: Apache-2.0
Latest release: about 4 years ago
First release: over 4 years ago
Namespace: github.com/grammes-go
Stars: 122 on GitHub
Forks: 41 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 13 days ago

    Loading...
    Readme
    Loading...