{"id":19623622,"url":"https://github.com/flowcore-io/flowcore-cli-plugin-export-jsonl","last_synced_at":"2026-02-03T22:33:40.305Z","repository":{"id":255267535,"uuid":"849047446","full_name":"flowcore-io/flowcore-cli-plugin-export-jsonl","owner":"flowcore-io","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T23:29:56.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-24T03:49:27.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowcore-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T22:05:14.000Z","updated_at":"2024-08-28T23:29:59.000Z","dependencies_parsed_at":"2024-08-29T00:20:12.440Z","dependency_job_id":"897366e6-0f4e-46c3-bb6e-90f796d91439","html_url":"https://github.com/flowcore-io/flowcore-cli-plugin-export-jsonl","commit_stats":null,"previous_names":["flowcore-io/flowcore-cli-plugin-export-jsonl"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/flowcore-io/flowcore-cli-plugin-export-jsonl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fflowcore-cli-plugin-export-jsonl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fflowcore-cli-plugin-export-jsonl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fflowcore-cli-plugin-export-jsonl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fflowcore-cli-plugin-export-jsonl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowcore-io","download_url":"https://codeload.github.com/flowcore-io/flowcore-cli-plugin-export-jsonl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fflowcore-cli-plugin-export-jsonl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29060578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T22:28:58.191Z","status":"ssl_error","status_checked_at":"2026-02-03T22:28:56.515Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T11:34:56.916Z","updated_at":"2026-02-03T22:33:40.290Z","avatar_url":"https://github.com/flowcore-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flowcore CLI Plugin - Export Jsonl\n=================\n\nExport data as jsonl files\n\n[![Version](https://img.shields.io/npm/v/@flowcore/flowcore-cli-plugin-export-jsonl)](https://npmjs.org/package/@flowcore/flowcore-cli-plugin-export-jsonl)\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n![CI](https://github.com/flowcore-io/flowcore-cli-plugin-export-jsonl/actions/workflows/build.yml/badge.svg)\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Installation\n```bash\n$ flowcore plugins install https://github.com/flowcore-io/flowcore-cli-plugin-export-jsonl\n```\n\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ flowcore export jsonl --help \n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`export jsonl`](#export-jsonl)\n\n## `export jsonl`\n\nExport data as jsonl\n\n```\nUSAGE\n  $ flowcore export jsonl STREAM -n \u003cvalue\u003e [--profile \u003cvalue\u003e] [-e \u003cvalue\u003e] [-j] [-l] [-m \u003cvalue\u003e] [-o http|log|jsonl] [-p] [-c] [-s \u003cvalue\u003e] [-d] [-f \u003cvalue\u003e] [--timeBucketSplitLength \u003cvalue\u003e]\n\n\nARGUMENTS\n  STREAM  stream url to connect to\n\nFLAGS\n  -c, --scan                           Scan the full time range\n  -d, --dataOnly                       Only send the event data to the destination\n  -e, --end=\u003cvalue\u003e                    End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now\n  -f, --outputFolder=\u003cvalue\u003e           [default: ./jsonl_files] Folder to write jsonl files to\n  -j, --json                           Output json only\n  -l, --[no-]live                      Change to live mode when reaching last time bucket\n  -m, --max=\u003cvalue\u003e                    Maximum number of events to send to the destination\n  -n, --tenant=\u003cvalue\u003e                 (required) Tenant to stream from\n  -o, --output=\u003coption\u003e                [default: jsonl] Output format\n                                       \u003coptions: http|log|jsonl\u003e\n  -p, --payload                        Only send the event payload to the destination\n  -s, --start=\u003cvalue\u003e                  Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)\n      --profile=\u003cvalue\u003e                Specify the configuration profile to use\n      --timeBucketSplitLength=\u003cvalue\u003e  [default: 8] Split files by time, number of digits to use in timebucket key\n\nDESCRIPTION\n  Stream events from a datacore running on the Flowcore Platform and save the data in jsonl files\n\nEXAMPLES\n  $ flowcore export jsonl \"https://flowcore.io/\u003corg\u003e/\u003cdata core\u003e/\u003cflow type\u003e/\u003cevent type\u003e.stream\" -s 1m -e 1h --tenant \u003ctenant\u003e --outputFolder ./jsonl_files\n```\n\n_See code: [src/commands/export/jsonl.ts](https://github.com/flowcore-io/flowcore-cli-plugin-export-jsonl/blob/main/src/commands/export/jsonl.ts)_\n\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Fflowcore-cli-plugin-export-jsonl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowcore-io%2Fflowcore-cli-plugin-export-jsonl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Fflowcore-cli-plugin-export-jsonl/lists"}