survos / jsonl-bundle
Fast, concurrent, resumable, strictly-ordered JSONL ingestion utilities for Symfony 7.3 / PHP 8.4
Fund package maintenance!
kbond
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/survos/jsonl-bundle
Requires
- php: ^8.4
- ext-zlib: *
- psr/log: ^3.0
- symfony/console: ^7.0
- symfony/http-client: ^7.0
This package is auto-updated.
Last update: 2025-10-06 13:48:00 UTC
README
A Symfony bundle to interact work with jsonl data
Still under development, feedback welcome!
Quickstart
symfony new jsonl-demo --webapp && cd jsonl-demo composer require survos/jsonl-bundle
Installation
Create a new Symfony project.
symfony new jsonl-demo --webapp && cd jsonl-demo composer require survos/jsonl-bundle bin/console jsonl:list
Configuration
Configure directores and default format (.gz).