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

Automated Periodic Backup of Data #29

Open
3 tasks
fbaig opened this issue Jul 31, 2024 · 1 comment
Open
3 tasks

Automated Periodic Backup of Data #29

fbaig opened this issue Jul 31, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fbaig
Copy link
Contributor

fbaig commented Jul 31, 2024

  • Export data out of Neo4j
  • Import exported data to Neo4j
  • Automate the process to periodically export data from Neo4j
@fbaig fbaig self-assigned this Jul 31, 2024
@fbaig fbaig added the enhancement New feature or request label Jul 31, 2024
@fbaig
Copy link
Contributor Author

fbaig commented Oct 17, 2024

Sample query to get all nodes with their relationships
MATCH (n) OPTIONAL MATCH (n)-[r]-() RETURN n, r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant