Skip to content
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

Set up a way to run ZeusCloud with hardcoded Neo4J data #120

Open
varunjain99 opened this issue Mar 20, 2023 · 0 comments
Open

Set up a way to run ZeusCloud with hardcoded Neo4J data #120

varunjain99 opened this issue Mar 20, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@varunjain99
Copy link
Contributor

It can be cumbersome to spin up resources in AWS accounts and run cartography.

Instead we should have a way to run the proxy, frontend, backend, neo4j, and postgres containers. There should be options of datasets to load into Neo4j. Security rules should run on this data and everything should show up in the frontend appropriately.

One possible way to do this:

  • Look at all instances where the backend container makes calls to cartography
  • Have some environmental variable setting where backend container can run without making those calls
  • Create some way of mocking the neo4j. Maybe this is a script with manual inserts? Maybe we have some neo4j data files that we commit to repo?
  • Create another docker-compose dev setup where the backend container is run with the appropriate env variable, the cartography container is not run, and the neo4j data is hardcoded
@varunjain99 varunjain99 added good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers labels Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant