
InterActor function nodes will thus be stored as nodes in the same graph store as your data. InterActor Sandbox runs the Community Edition of InterActor which does not allow you to connect to multiple graph stores (you need InterActor Enterprise to do that). Note: InterActor writes to your store backup your existing Neo4j graph database!

#Neo4j sandbox Offline
The problem is that we can’t take the sandbox server instance offline without losing our data since our storage is ephemeral. To produce a dump from a database, we need an offline neo4j database (not server just database). Neo4j-Admin provides the tools needed to make backups from a database instance, but with some limitations e.g. And in order to do so, we had to implement some new infrastructure. So recently, we added the feature to backup your sandboxes by providing the user with a dump file of the current database. Sandboxes use ephemeral storage, as part of their Fargate instances that run the Sandbox Docker images, so once you terminate that instance, your data is gone. On the backend of things, Neo4j hosts your sandboxes in the cloud on AWS, and in the cloud, there is persistent storage and ephemeral storage.
#Neo4j sandbox free
That’s free forever, meaning you can run light loads for as long as it takes for you to finish your POC or whatever project you are working on currently. The good thing about Aura is that you can now get an instance for free. However, sandboxes have a limited lifespan of 3 days that can be extended by another seven days.īut when you have done your initial tinkering and learning, the following steps might be for you to migrate to Aura, Neo4j’s managed cloud solution, for production loads. Sandbox is a demo environment where you can experiment with your Neo4j database at no cost and explore different datasets and concepts of a graph database. ** Neo4j Sandbox will not support dump file imports.
#Neo4j sandbox how to
How to Use Your Dump Fileĭepending on what you want to accomplish.
#Neo4j sandbox download
When you request a download link, a pre-signed URL will be made available for 30 days, and you will be able to download your database dump. Once finished, your backup will pop up in the same tab. It can take anywhere from 30 seconds to 10 minutes. Depending on your database size and how many people are currently doing backups. You have to wait for the backup to finish. When you request a backup, our backup server processes the request. To try it out, just request a backup from the “backups” panel.

We’ve finally added the feature to produce your backups from your running sandboxes and continue the fun locally or in Aura.
