Questions tagged [griddb]

GridDB is an open source time series database optimized for IoT and Big Data

GridDB is a highly scalable time series database best suited for Big Data and IoT. It is designed to handle time-sensitive IoT data across numerous sensors while maintaining consistency and durability.

GridDB Community Edition database server and client libraries are open-sourced under the AGPL v3.0 and Apache license respectively.

Useful Links

265 questions
1
vote
1 answer

How to get rid of null values in my GridDB database?

I have a GridDB container for the sqllite database I am implementing into my Student Management app, but I need to GET RID of the NULL values on the database. How can I delete the rows and not make them appear on the app? I have tried to Here is an…
1
vote
0 answers

How do I fix a cluster naming error in Griddb?

I am starting working with Griddb. I experience some confusion why certain cluster names work while other do not like this one: 1cluster. I would be extremely grateful if you share some guidance
Pavel Fedotov
  • 748
  • 1
  • 7
  • 29
1
vote
0 answers

How do you fix an error installing GridDb from source on Ubuntu?

I am trying to install GridDB from source on Ubuntu 18 by following instructions https://github.com/griddb/griddb. Nevertheless, it does not succeed. Here are the logs: top@DESKTOP-JUACTCP:~/griddb$ sudo ./configure checking for a BSD-compatible…
Pavel Fedotov
  • 748
  • 1
  • 7
  • 29
1
vote
0 answers

Why Error while running sample in ubuntu of griddb?

I have installed griddb in Ubuntu 18.04 running on AWS cloud instance according to given on their website: https://docs.griddb.net/gettingstarted/using-source-code/#starting-operations Also in my bin I have all the commands as: # cd bin/ #…
1
vote
1 answer

GridDB automake warnings on MacOS

I am trying to build GridDB from source code on MacOS as recommended How to setup GridDB on macOS with instructions https://docs.griddb.net/gettingstarted/using-source-code/#build-a-server-and-client-java. During the automake step, I get the…
jedison
  • 908
  • 6
  • 15
1
vote
0 answers

Does GridDB Supports Procedural Sql (PL/SQL)?

According to GridDB documentation,it supports basic SQL operations such as DDL/DML queries. But there is no info about whether it supports advanced SQL functions or not. Any help in this regards will be highly appreciated.
Bishwajit
  • 11
  • 1
  • 4
1
vote
1 answer

While installing " GridDB Python Client " . Unable to set PYTHON_RESOURCE

I am trying to install "GridDB Python Client" on the windows system following the steps mention at https://griddb.org/python_client/cmake_build_guide.html Step 1.3.2 mentions setting the path for PYTHON_RESOURCE in the CmakeList.txt file. But the…
1
vote
1 answer

Issues building GridDB CE v4.6 from Source

I am currently running GridDB 4.5.2 (from yum) on CentOS Linux release 7.9.2009 When attempting to build the new GridDB version from source, I get the following error: g++: internal compiler error: Killed (program cc1plus) Please submit a full bug…
Gopheritis
  • 72
  • 5
1
vote
1 answer

Unable to install GridDB on Open Suse

I am trying to install GridDB on Open Suse as it was not working on Fedora. When I run the command $ ./bootstrap.sh as mentioned in the help doc (https://docs.griddb.net/gettingstarted/using-source-code/) it gives the following error. error while…
1
vote
0 answers

Unable to install GridDB on Fedora

I am trying to install GridDB on my Fedora 33. I am trying to install it using the guide mentioned https://docs.griddb.net/gettingstarted/using-source-code/ downloaded the latest version using $ git clone https://github.com/griddb/griddb.git but…
1
vote
1 answer

How to control the motor using the rotary encoder

I want to control the accuracy of the motor using a rotary encoder. For example, I want to move the motor to any side, for example, 70 degrees, and return to its original place using a rotary encoder. I wrote a code, but this code the motor does not…
chosen one
  • 11
  • 1
1
vote
1 answer

How to setup GridDB on macOS

As macOS is not listed as a server operating system supported by GridDB, what is the best way to setup GridDB in macOS for the Data Analysis purpose?
Suresh Regmi
  • 11
  • 1
  • 4
1
vote
1 answer

Unable to connect to GridDB server with PHP client

I installed Griddb server with name "griddbba" in an ubuntu virtual machine and I installed GridDB PHP client in another machine. I run sample1.php found here using CLI as below: php sample/sample1.php 239.0.0.1 31999 griddbba admin admin Then I…
1
vote
1 answer

Cannot connect to a GridDB docker container with multicast network setting

I am trying to connect to the GridDB server via sql workbench/j by following this blog post. I setup the GridDB server on a CentOS Docker image, Mac Host and can successfully connect via the sqlwbconsole from within the container, but having problem…
Codelicious
  • 355
  • 1
  • 10
1
vote
1 answer

griddb compilation issues

I'm trying to recompile griddb from source. I have some compilation errors relative to the templates: ./btree_map.h: In member function ‘void BtreeMap::splitNode(TransactionContext&, BtreeMap::BNode&, BtreeMap::BNode&, KeyValue