rust-sqlite-ingestor-low-ram

Community

Fast JSONL to SQLite ingestor

Authortankygranny05
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of ingesting massive JSONL log files into SQLite databases efficiently, particularly under strict memory constraints during live operation.

Core Features & Use Cases

  • High-Throughput Ingestion: Optimized for ingesting huge JSONL logs at high speeds in historical mode.
  • Low RAM Live Mode: Enforces a strict RSS budget in live mode using advanced parsing and SQLite tuning.
  • Efficient Parsing: Utilizes byte-scan parsing instead of full JSON parsing to minimize overhead.
  • Mode-Specific Tuning: Employs different SQLite PRAGMAs for historical (speed) and live (low-RAM) modes.
  • Reliable Transitions: Supports robust historical-to-live transitions, including process restarts via exec().
  • Use Case: Ingesting real-time event streams into a SQLite database while maintaining a minimal memory footprint for long-running applications.

Quick Start

Use the rust-sqlite-ingestor-low-ram skill to ingest the file 'events.jsonl' into 'events.db' in live mode.

Dependency Matrix

Required Modules

memchrrusqliteclapanyhowlibcsysinfoahash

Components

referencesscripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rust-sqlite-ingestor-low-ram
Download link: https://github.com/tankygranny05/agent-box/archive/main.zip#rust-sqlite-ingestor-low-ram

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.