QuasarDB#
QuasarDB - a creation of Quasar AI - is a high-performance, column-oriented, distributed database management system with native time-series support.
A wealth of languages are officially supported with open source APIs available on GitHub .
The structure of the documentation is as follows:
If you are new to quasardb the Primer is a great start;
For end-to-end guides for specific tasks (for example IoT data capture or OHLC bars building), read Howtos;
Looking for instructions on how to install the server, or need help operating your cluster? Look for Server Administration;
To learn how to write code that interacts with QuasarDB, please take a look at our User Guide;
The concepts and building blocks that QuasarDB depends upon are described in Internals;
For help writing queries, look at our Query language.
Need help? See Support.
Table of Contents#
- Primer
- Server Administration
- User Guide
- Query language
- 1. Aggregated tables
- 2. Alter table
- 3. Copy (export)
- 4. Create table
- 5. Delete from
- 6. Drop table
- 7. User management
- 8. Import
- 9. Insert
- 10. Orderbook
- 11. Repair table
- 12. Revoke
- 13. Select
- 14. Show disk usage
- 15. Show grants
- 16. Show table
- 17. Show tables
- 18. Slippage
- 19. LAG and LEAD
- 20. Update
- 21. Functions & Operators
- 22. Key/value lookups
- 23. Timestamps
- Internals
- Support