-
Notifications
You must be signed in to change notification settings - Fork 46
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: Don't require neo4j #102
Comments
Hey @yonas - Welcome to ZeusCloud! And thanks for your request :) Would you mind expanding a bit? What are you looking to log to stdout / file? Did you have an issue w/ neo4j? The way the project works is that it pulls an asset inventory using cartography into a Neo4j docker container. And then we run security rules on top of the neo4j database. |
@varunjain99 Oh, I thought neo4j was log4j. neo4j has quite a few dependencies on FreeBSD:
Could we switch out neo4j for something with fewer dependencies (especially Java)? |
Furthermore neo4j seems not to be free of charge for production environments. It's only free for:
Source: https://neo4j.com/pricing/ |
Thanks for your thoughts @kagahd! FWIW, that pricing refers to their managed DB version. I believe you should still be able to self-host in production. I think it makes sense to be db-agnostic (while requiring some subset of CypherQL?) We're using Neo4j right now since cartography uses it - What are thoughts on other Cypher-compatible databases? I've heard of Memgraph and Redisgraph - this list may have more query engines we could use |
Allow users to log to stdout or a file if they choose not to install neo4j.
The text was updated successfully, but these errors were encountered: