.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NEO4J_URI
Neo4j Connection Settings
NEO4J_USER
NEO4J_PASSWORD
secret
OUTPUT_DIR
Output Configuration
FORMAT_VERSION
Format Version: 3.0 (latest), 2.4.0 (beta), or 0.1.0 (legacy)
brew install flyctl && fly launch --from https://github.com/jexp/neo4j-database-to-data-importer-package
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jexp/neo4j-database-to-data-importer-package
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jexp/neo4j-database-to-data-importer-package