1. X
  2. chDB
Log inSign up
chDB
702 posts
user avatar

chDB

@chdb_io
chdb.io
localhost
github.com/chdb-io/chdb
Joined September 2023
17
Following
906
Followers
RepliesRepliesMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • user avatar
    chDB
    @chdb_io
    4h
    oscope is a local-first OpenTelemetry explorer whose entire storage layer is chDB in the same process: OTLP/HTTP on 127.0.0.1, ClickStack-shaped span/log/metric tables, a zero-JS viewer, Arrow and Parquet export. Clojure, over libchdb.
    Image
    GitHub - chucklehead-dev/oscope: Embedded local-first OpenTelemetry explorer for Jolt
    From github.com
  • user avatar
    chDB
    @chdb_io
    15h
    Your agent's session logs are just JSONL on disk. No need to import them anywhere. from chdb import query query("SELECT type, count() FROM file('/abs/**/*.jsonl', JSONEachRow, 'type String') GROUP BY type") 2,310 files, 1.4 GB, 251,727 rows. jq took 7x longer on one file.
    Image
  • user avatar
    chDB
    @chdb_io
    Aug 27
    Good CI split: pytest runs the whole suite on embedded chDB in GitHub Actions, so verifying the schema needs no ClickHouse Cloud account. The live deploy flips to Cloud through env vars only - one schema file, one dialect.
    Image
    GitHub - asifdotpy/script-notes-outline-matrix-agent: Script Notes-to-Outline Matrix Agent —...
    From github.com
  • user avatar
    chDB
    @chdb_io
    Aug 27
    chDB allows one embedded server per process. Handled well here: the Session is a process-level singleton, so a second backend hands back the same engine instead of failing mid test run. 99 tests, ASOF joins included, no server.
    Image
    GitHub - Ahmadd01211/cutting-room-floor
    From github.com
  • user avatar
    chDB
    @chdb_io
    Aug 27
    6.8M bank-statement rows are unreviewable. 1,832 regexes are a to-do list. This console loads the corpus into a persistent chDB MergeTree, then scores each regex by how often its 30 output fields come back non-empty. Broken patterns surface as gaps.
    Image
    GitHub - sachinlanje9/regex-review-console: Auditing a model-generated bank-statement regex parser...
    From github.com
Advertisement
Advertisement