Giter VIP home page Giter VIP logo

docs-en's Introduction

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.

Release Notes

GridDB CE v4.5 combines NoSQL and SQL dual interface capabilities, offering high performance and an improved ease of use.

Changes in v4.5 are as follows:

  1. Added SQL Interface and JDBC Driver
    • In addition to the NoSQL interface, it is now possible to access the database using SQL with the JDBC driver.
    • SQL92 compliant such as Group By and Join between different tables.
  2. Added Table Partitioning functionality
    • By allocating the data of a huge table in a distributed manner, it is now possible to execute the processors in parallel and speed up access.
  3. Multiple nodes clustering is changed to a single node setup.

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.

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.

docs-en's People

Contributors

knonomura avatar anggasuherman avatar gahoh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.