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

Generation of TSV and NT should happen at the same step #178

Closed
deepakunni3 opened this issue May 26, 2020 · 3 comments
Closed

Generation of TSV and NT should happen at the same step #178

deepakunni3 opened this issue May 26, 2020 · 3 comments

Comments

@deepakunni3
Copy link
Member

@justaddcoffee In the merge.yaml, we can define multiple outputs.

Right now our Jenkins build creates TSV in one stage and converts to NT in another stage.
Was this on purpose? For the sake of pushing the TSV to S3 first?

The amount of time taken to load the entire TSV again into memory is significantly high.

@justaddcoffee
Copy link
Collaborator

thanks @deepakunni3! I didn't realize we could define multiple outputs. Let's definitely change merge.yaml to output both TSV and NT. Can you ping me when you have a moment to chat about this?

@deepakunni3
Copy link
Member Author

for example in our merge.yaml we can define:

destination:
   merged-kg-tsv:
      type: tsv
      filename: merged-kg
   merged-kg-nt:
      type: nt
      filename: merged-kg.nt

@justaddcoffee
Copy link
Collaborator

closed by #179

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

No branches or pull requests

2 participants