guac icon indicating copy to clipboard operation
guac copied to clipboard

Is it possible to use a non GPL db?

Open anoop2811 opened this issue 1 year ago • 2 comments

We have a hard requirement to not use GPL software, it is possible to use a different graph db like ArangoDB which has an Apache license?

anoop2811 avatar Oct 28 '22 02:10 anoop2811

Would also be interested to add a non Neo4J DB of various flavors (no specific preference as long as FOSS license is available).

tomthebuzz avatar Oct 31 '22 10:10 tomthebuzz

Yup it should be possible to do that! Currently we are doing this with neo4j due to familiarity and availability of the GCP marketplace to run the service. If folks have suggestions and would like to work on it, please do put them here and we can explore what would work! Contributions much welcome! We do have an interface for the assembler (the graph DB portion), and so as long as these can be translated to the creation queries of another DB, it should work seamlessly.

lumjjb avatar Oct 31 '22 15:10 lumjjb

Closing this issue in favor of https://github.com/guacsec/guac/issues/851 to determine which DB to support based on community input.

pxp928 avatar May 18 '23 14:05 pxp928