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

Using JSONL as an alternative migration format #88

Open
zopyx opened this issue Dec 12, 2021 · 0 comments
Open

Using JSONL as an alternative migration format #88

zopyx opened this issue Dec 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@zopyx
Copy link
Contributor

zopyx commented Dec 12, 2021

Exported JSON files can be become rather large in particular with inline binary data (which is often needed rather than having a reference to a blob file). Using JSONL would improve the handling of exports a lot. In particular, you could filter JSON records more easily using command line tools like grep.

@zopyx zopyx added the enhancement New feature or request label Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant