Skip to content

griddb/docs-en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

GridDB Documentation

This repository contains a revision of the GridDB documentation.

Overview

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:

  1. IoT Data Model optimization

GridDB's Key Container data model and Time Series functions are purpose built for IoT applications.

  1. NoSQL Performance

GridDB's "Memory first, Storage second" algorithm automatically allocates HOT data to the memory and SEMI-HOT data to disks.

  1. SQL Usability

Start right away with the standard SQL, and connect to your favourite applications via JDBC.

Manual List

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 Programming Guide This manual describes programing guide of Java API/C API/JDBC driver for the application development of GridDB.

Community

  • Issues
    Use the GitHub issue function if you have any requests, questions, or bug reports.
  • PullRequest
    Use the GitHub pull request function if you want to contribute code. You'll need to agree GridDB Contributor License Agreement(CLA_rev1.1.pdf) By using the GitHub pull request function, you shall be deemed to have agreed to GridDB Contributor License Agreement.

About

GridDB Community Edition documentation in English

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages