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

Co-locate Cypher import or move to dump files #32

Closed
fbiville opened this issue Jan 4, 2022 · 1 comment
Closed

Co-locate Cypher import or move to dump files #32

fbiville opened this issue Jan 4, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@fbiville
Copy link
Contributor

fbiville commented Jan 4, 2022

All downstream project CI pipelines currently download the movies dataset based on an old commit of the movies sandbox repository (github.com/neo4j-graph-examples/movies):

      - name: Import dataset (Neo4j 3.5)
        if: ${{ startsWith(matrix.neo4j-version, '3.5') }}
        run: docker exec --interactive neo4j-e2e sh -c 'cat /movies/movies.cypher | cypher-shell -u neo4j -p abcde'
      - name: Import dataset
        if: ${{ !startsWith(matrix.neo4j-version, '3.5') }}
        run: docker exec --interactive neo4j-e2e cypher-shell -u neo4j -p abcde --file /movies/movies.cypher

We should at the very least add the Cypher files in this repo.
Otherwise, using dump files may be a good idea. That remains TBD.

@fbiville fbiville added the good first issue Good for newcomers label Jan 18, 2022
@fbiville
Copy link
Contributor Author

Note: the movies Cypher script is actually still versioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant