grumlin | Gremlin graph traversal language DSL and client for Ruby
kandi X-RAY | grumlin Summary
kandi X-RAY | grumlin Summary
grumlin is a Ruby library. grumlin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Grumlin is a Gremlin graph traversal language DSL and client for Ruby. Suitable for and tested with gremlin-server and AWS Neptune. Important: Grumlin and it's author are not affiliated with The Apache Software Foundation which develops gremlin and gremlin-server. Important: Grumlin is based on the async stack and utilizes async-websocket. Code using grumlin must be executed in an async event loop. Warning: Grumlin is in development, but ready for simple use cases.
Grumlin is a Gremlin graph traversal language DSL and client for Ruby. Suitable for and tested with gremlin-server and AWS Neptune. Important: Grumlin and it's author are not affiliated with The Apache Software Foundation which develops gremlin and gremlin-server. Important: Grumlin is based on the async stack and utilizes async-websocket. Code using grumlin must be executed in an async event loop. Warning: Grumlin is in development, but ready for simple use cases.
Support
Quality
Security
License
Reuse
Support
grumlin has a low active ecosystem.
It has 15 star(s) with 1 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 1 have been closed. On average issues are closed in 18 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of grumlin is v0.18.1
Quality
grumlin has no bugs reported.
Security
grumlin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
grumlin is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
grumlin releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed grumlin and discovered the below as its top functions. This is intended to give you an instant insight into grumlin implemented functionality, and help decide if they suit your requirements.
- Adds a request to the server
- Closes the connection pool .
- Close the client
- Iterates over the queue .
- Connect to the server
- Writes a request .
- Add a new exception to the queue .
- Initializes a new Queue
Get all kandi verified functions for this library.
grumlin Key Features
No Key Features are available at this moment for grumlin.
grumlin Examples and Code Snippets
class MyRepository
include Grumlin::Sugar
def nodes(property1:, property2:)
g.V()
.has(T.label, "node")
.has(:property1, property1)
.has(:property2, property2)
.order.by(:property3, Order.asc).limit(10)
.toLis
Grumlin.configure do |config|
config.url = "ws://localhost:8182/gremlin"
end
Community Discussions
No Community Discussions are available at this moment for grumlin.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install grumlin
Add this line to your application's Gemfile:.
Support
Bug reports and pull requests are welcome on GitHub at https://github.com/zhulik/grumlin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page