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

Allow to generate only data files for PostgreSQL #69

Closed
jmarton opened this issue Mar 31, 2019 · 2 comments
Closed

Allow to generate only data files for PostgreSQL #69

jmarton opened this issue Mar 31, 2019 · 2 comments
Assignees

Comments

@jmarton
Copy link
Contributor

jmarton commented Mar 31, 2019

In order to allow for easier easy experimenting, add an option to the PostgreSQL converter (load.sh):

  • PG_LOAD_TO_DB: controls whether we want to do or skip database loading phase. Possible values are:
    • load: loads to the database, as one might expect. This is the default.
    • skip: skip loading to the database.
@jmarton jmarton self-assigned this Mar 31, 2019
@szarnyasg
Copy link
Member

We could use a similar approach to the Cypher loading script, which currently works as follows:
https://github.com/ldbc/ldbc_snb_implementations/blob/e5ec590e0fb18d7f2a5218b10561a48a619a5bda/cypher/load-scripts/load-in-one-step.sh#L1-L3

@szarnyasg
Copy link
Member

Fixed by PR #125.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants