Hey HN,
We are excited to announce that we’ve open-sourced AGX, a fast and lightweight data explorer for ClickHouse. It is designed for developers and analysts who want to leverage SQL-native querying in an IDE-like environment.
Here’s what makes AGX stand out:
- Built on ClickHouse (accessible via embedded chdb or remote instance).
- IDE-like user interface: features tabs, a Monaco editor, and a fast keyboard workflow.
- Zero setup required: no infrastructure or complex dashboards to manage.
- Ideal for exploring live blockchain data, while also flexible enough for general ClickHouse usage
Think of it as a snappier, developer-oriented alternative to Tabix or Datagrip. You can try out a live instance at https://agx.app!
What shortfalls in Tabix/datagrip were you trying to fix?
What’s the prime use case were you trying to improve on. What did users do before, how is that better with agx?
What do you mean by data explorer? A Table browser? Exploratory data analysis like - ydata-profiling?
How does this connect to clickhouse? Does user data go through your server?
What table library are you using?