RawTree
Analytics for unstructured data built for agents and humans.
No schema, no indexes, no materialized views.
- → Schemaless, fast and predictable ingestion
- → Reliable type system and SQL for dynamic columns
- → Fast query execution on raw untyped data
- → Automated everything. No indexes/primary keys/materialized views
- → API and CLI for agents
- → See RawTree in JSONBench
1 Install the CLI
$ curl -sSf https://rawtree.dev/install.sh | sh
2 Insert data
$ rtree insert
--table events
--data '{"action":"click","user":"alice","value":42}'
3 Query your data
$ rtree query
--query "SELECT page, count() as views FROM events GROUP BY page"
No signup required
RawTree is a Tinybird Product
We serve millions of requests per day to customers like Vercel, Harness, Canva, Framer, and many more.