TheHive-Project / TheHiveDocs

Documentation of TheHive
https://docs.strangebee.com/
GNU Affero General Public License v3.0
393 stars 280 forks source link

Add support for AWS Keyspaces #217

Closed adric-work closed 3 years ago

adric-work commented 3 years ago

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

adric-work commented 3 years ago

Moved to https://github.com/TheHive-Project/TheHive/issues/1740