janusgraph
janusgraph copied to clipboard
JanusGraph: an open-source, distributed graph database
This PR should not be merged. It's opened just to verify if previously successful builds of dist test are failing now. The targeted chosen commit is: https://github.com/JanusGraph/janusgraph/commit/4246d49cee46d549d752515f3956cd2d59f1fd0a As seen from...
**WIP**: Code blocks doesn't work with this update for some reason Updates mkdocs Signed-off-by: Oleksandr Porunov ----- Thank you for contributing to JanusGraph! In order to streamline the review of...
- Version: 0.6.1 - Storage Backend: cql When I insert this data repeatedly, it prompts me: Vertex with given id already exists: 256, actually myID is 1, I think this...
**Describe the feature:** Currently, our schema and management has no clean interface. It would be good clean up the interface. We see a lot of users that having problems with...
If an int is passed instead of a String or a Long to `hasId()` it does not get converted and results won't be yielded. This behavior has been report in...
**Describe the feature:** Allow custom table names to be specified for Cassandra. **Describe a specific use case for the feature:** When I need to redefine my schema, e.g. adding a...
PR #923 introduced schema constraints for vertex and edge properties, as well as for allowed connections of edges. Unfortunately, it's currently not possible with the `ManagementSystem` to remove these constraints...
Please include configurations and logs if available. For confirmed bugs, please report: - Version: 0.6.1 - Storage Backend: scylla:4.2.1 - Mixed Index Backend: elasticsearch:6.6.0 - Link to discussed bug: -...
I switched janusgraph from junit4 to junit5 during these process. I had to delete some old benchmark tests which are no longer runnable with junit5. These benchmark tests are written...
**Describe the feature:** Requesting that test compatibility include newer versions of HBase as the currently tested HBase 1.6.0 and 2.2.7 are no longer recent releases.