-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add support for managed Cassandra services like AWS Keyspaces #1740
Comments
I also made a feature request to JanusGraph to add Keyspaces supprt - JanusGraph/janusgraph#2370 |
Janusgraph now supports the 'DefaultPartitioner' used by AWS keyspaces: |
Looks like JanusGraph has added experimental support to Amazon Managed Cassandra, any chance this can be tested with TheHive? |
Does anyone know if you can use AWS Keyspaces with 5.x of The Hive? |
not currently see this issue : StrangeBeeCorp/TheHive-feedback#7 |
@FormindAPE, the current version of ThHive is 5.2, do you know if it works now with AWS Kespaces? The issue you linked says that version 5.1 would include the needed library. |
@adric-work @wizedkyle were you able to use KeySpaces? |
@citosid i wasn't able to get it working but this was a few years ago now. |
Problem Description
I would like to use AWS Keyspaces as my Cassandra backend for TheHive4, but it is not currently possible due to a lack of documentation and possibly Janusgraph's lack of support for AWS's Cassandra DefaultPartioner.
https://stackoverflow.com/questions/62220244/run-janusgraph-with-aws-keyspace-storage-backend
https://github.com/JanusGraph/janusgraph/blob/d565c6353db9045644e51361ec758a09141efe5c/janusgraph-cql/src/main/java/org/janusgraph/diskstorage/cql/CQLStoreManager.java#L217-L235
The text was updated successfully, but these errors were encountered: