GitDeployHub

jexp/neo4j-database-to-data-importer-package

github.com/jexp/neo4j-database-to-data-importer-package ↗
Python
5 environment variables found in .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)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/jexp/neo4j-database-to-data-importer-package
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jexp/neo4j-database-to-data-importer-package
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jexp/neo4j-database-to-data-importer-package
Or deploy to a different host
← Try another repo