-
Notifications
You must be signed in to change notification settings - Fork 6
Imports & Exports to the Neo4j Database
mariamoritz edited this page Nov 17, 2014
·
4 revisions
fab destroy_neo4j
fab import_neo4j
Open common/utils/neo4j_import/import_alignments.py
and change LANGUAGE
to the two-letter code of the language you want to import. You can add new languages by editing the language
list a little further down (better support for this, coming soon).
fab import_alignment:lang='en'
To see what languages are already supported, do:
fab import_alignment:lang='lookup'
To import all available alignment data at once, do:
fab import_alignment:lang='all'
For other available Neo4j maintaining tasks, see: https://github.com/OpenPhilology/phaidra/wiki/Neo4j-Data-Maintaining
- Developer tools and workflow
- API
- Neo4j-powered
- Postgres-powered
- Data
- Internationalization
- General information
- Developer tools and workflow
- Project structure overview
- Frontend vs. Backend Templates
- Backbone.js app structure
- Internationalization for JS
- Guidelines for creating content
- Adding a locale to Phaidra
- Postgres Database
- Neo4j
- Django
- "The server"
- Git
- UI