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

Support reading files from standard input #14

Open
Kerollmops opened this issue Mar 23, 2024 · 0 comments
Open

Support reading files from standard input #14

Kerollmops opened this issue Mar 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Kerollmops
Copy link
Member

It could be great to support streaming NDJSON and CSV from stdin. Streaming a file is often better when the file is smaller and compressed. For example, I have a 40M file that weighs 1GiB compressed but 15GiB uncompressed/raw.

gzcat myfile.ndjson.gz | meilisearch-importer --stdin ndjson
gzcat myfile.csv.gz | meilisearch-importer --stdin csv
@Kerollmops Kerollmops added enhancement New feature or request good first issue Good for newcomers labels Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant