Introduction

Store unstructured data and query it with SQL from agents, scripts, and humans.

RawTree

RawTree is a simple analytics database for unstructured data. Send events as they are, query them with SQL, and inspect what happened from the CLI or API.

It is designed for agent workflows where schema design, migrations, and type debugging should not be the first step. Create a project, ingest data, run a bounded SELECT, then use logs to debug inserts and queries.

What RawTree does

  • Ingests unstructured events from inline payloads, files, and public URLs.
  • Creates tables automatically on first insert.
  • Lets you query raw data with read-only SQL.
  • Returns structured output for agents and scripts.
  • Records insert and query logs for debugging.

Start here

References