This repository contains a revision of the GridDB documentation.
GridDB is an open source time-series database with the speed of NoSQL and convenience of SQL. It is optimized for Industrial IoT and Big Data workload with support for time-series and geospatial data.
GridDB Main Features are:
GridDB’s Key Container data model and Time Series functions are purpose built for IoT applications.
GridDB’s “Memory first, Storage second” algorithm automatically allocates HOT data to the memory and SEMI-HOT data to disks.
Start right away with the standard SQL, and connect to your favourite applications via JDBC.
Name | Description |
---|---|
GridDB Quick Start Guide | This manual describes overview, functions and basic operations of GridDB. |
GridDB Features Reference | This manual describes features and functions of GridDB. |
GridDB Java API Reference | This manual describes Java API for the application development of GridDB. |
GridDB C API Reference | This manual describes C API for the application development of GridDB. |
GridDB TQL Reference | This manual describes TQL (query language) for the application development of GridDB. |
GridDB JDBC driver guide | This manual describes JDBC driver for the application development of GridDB. |
GridDB SQL Reference | This manual describes SQL (query language) for the application development of GridDB. |
GridDB SQL Tuning Guide | This manual describes SQL tuning procedures and SQL optimization rules. |
GridDB Programming Guide | This manual describes programing guide of Java API/C API/JDBC driver for the application development of GridDB. |