What problem does it solve?
Write and run SQL against Oxla, a PostgreSQL-wire-compatible distributed analytics database, enabling familiar SQL workflows with Oxla-specific extensions such as external sources and Iceberg catalogs.
Core Features & Use Cases
- PostgreSQL-compatible SQL with Oxla extensions (external sources, CTAS, COPY, and Iceberg catalogs) for analytics workloads.
- Full DDL/DML coverage including CREATE/ DROP / TRUNCATE / VIEWs / PREPARE/EXECUTE / COPY FROM/TO / SELECT INTO to model, load, and query across distributed data.
- Use cases include querying Redpanda Kafka topics and Iceberg tables via catalog=>table syntax, loading data from CSV/Parquet/ORC, and materializing results with CTAS or SELECT INTO.
- The Skill serves as a comprehensive reference to map PostgreSQL concepts to Oxla's distributed execution model.
Quick Start
Connect to Oxla using psql and start running the sample queries shown in this Skill's Quick Start.