forked from apache/pinot
-
Notifications
You must be signed in to change notification settings - Fork 0
Management REST API
Jean-François Im edited this page Apr 20, 2016
·
2 revisions
There is a REST API which allows management of tables, tenants, segments and schemas. It can be accessed by going to http://[controller host]/help which offers a web UI to do these tasks, as well as document the REST API.
It can be used instead of the pinot-admin.sh commands to automate the creation of tables and tenants.
- Multitenancy
- Architecture
- Query Execution
- [Pinot Core Concepts and Terminology] (Pinot-Core-Concepts-and-Terminology)
- [Low level kafka Consumers] (Low-level-kafka-consumers)
- [Expressions & UDF Support] (Expressions-&-UDF-support)