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
2
votes
1 answer

GridDB C client, Failed to run sample1.c

When I install c_client on Github after I follow guid on Github. Input the following command: $ cp client/c/sample/sample1.c . $ gcc -I./client/c/include -L./bin sample1.c -lgridstore $ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:./bin After I run…
Tung Duong
  • 103
  • 6
1
vote
0 answers

Griddb Docker Java Client configuration not working on local project

I have successfully run the Griddb Java client on Docker cli using the following command: $ docker run -d --network="host" griddb/griddb $ docker run --network="host" griddb/java-client and it is running well by returning the info as specified…
1
vote
0 answers

Correct way of sending JSON Array payloads via RESTful Web API

I am sending a JSON payload in a web API request, the server expects payload in JSON-Array format. The data is to be inserted in a GridDB database container. I have tried sending the data in normal JSON format as well as Array…
1
vote
1 answer

Griddb CLI build fails

I have been trying to get a quick rundown of the Griddb Web CLI as specified here in their quick start guide. I have cloned their Github repo and all is set up. However, on building it using this command: gradlew build , I get the error attached…
1
vote
0 answers

GriddB gs_cluster.json Configuration

I am installing GriddB server as outlined in their official site using Java and I am trying to connect to a cluster. In the documentation, the cluster name is set as important, and for the rest, the default values are used. Initially after…
1
vote
1 answer

Griddb not installing on Ubuntu Ubuntu 22.04.2 LTS

I have been trying to install Griddb on Ubuntu 22.04.2 LTS and I keep getting an error. The installation does not complete and it seems to be placing a lock on certain system files. I have followed the guide provided on their guide here, both the…
1
vote
0 answers

GridDB on Ubuntu with NodeJS - Error: 'gridstore.h' file not found

I am working on a project that involves using GridDB with Node.js on Ubuntu. I have followed the installation instructions and made sure all the necessary dependencies are installed. However, when I try to compile my Node.js application that…
Jeff Smith
  • 41
  • 2
1
vote
0 answers

GRIDDB: Cannot perform database backup using gs_backup command

I have setup a GRIDDB environment on CentOS 7. So far the service is running fine on the OS, but when I tried to take a database backup using gs_backup command it returned follwing error. $ gs_backup -u admin/admin 20141025 bash: gs_backup: command…
1
vote
0 answers

GRIDDB: Fix error on CentOS 7. "Job for gridstore.service failed because the control process exited with error code"

I am setting up a GRIDDB environment on CentOS 7. After completing the installation steps, when I tried to start the gridstore service using command "systemctl start gridstore" the command fails with the following error message. Job for…
1
vote
0 answers

Defining cluster in GridDB, test.gsh cannot be saved

To define a cluster in GridDB, I first defined the variables for the nodes and then for the cluster itself. Afterward, I defined the SQL connection destination of a cluster using the command setclustersql firstclusterdemo democlustersql 239.0.0.1…
Muhammad Waheed
  • 1,048
  • 1
  • 13
  • 30
1
vote
0 answers

GridDB: The connection already been lost(NewSQL/NoSQL)

I am attempting to access/create containers, databases, and tables in GridDB using SQL and GridDB Web CLI. However, when I execute the command to show/create the container and write SQL queries, I encounter an error: This connection has already…
Muhammad Waheed
  • 1,048
  • 1
  • 13
  • 30
1
vote
0 answers

GridDB node failed to start

I attempted to create a cluster in GridDB and followed the instructions outlined in the GridDB documentation, which can be accessed through the link: https://docs.griddb.net/architecture/structure-of-griddb/#status-of-cluster. Throughout the process…
Muhammad Waheed
  • 1,048
  • 1
  • 13
  • 30
1
vote
0 answers

GridDB: Invalid Container Name encountered while attempting to test GridDB docker container

I am new to docker and I have been following the official instructions to install GridDB via command line. I'm using Windows. There are a series of commands to follow and they have all worked except when I get to the command to run an example…
user1366062
  • 163
  • 3
  • 16
1
vote
0 answers

GridDB: 10054:TXN_CLIENT_VERSION_NOT_ACCEPTABLE error while trying to connect to GridDB with DBVisualizer using the gridstore-jdbc JDBC driver

I have used DBVisualizer to add a Custom Driver via the Driver manager. I'm following the instructions located here I added the gridstore-jdbc.jar file to the custom driver. I select the Driver Class as com.toshiba.mwcloud.gs.sql.Driver The default…
user1366062
  • 163
  • 3
  • 16
1
vote
0 answers

GridDB Java not found error when calling gs_sh on windows subsystem for linux (WSL)

I've followed the instructions to install GridDB on Windows Subsystem for Linux. While the install seems to have gone successfully, I'm having an issue getting into the GridDB CLI. The official instructions for WSL were not entirely clear how to use…
user1366062
  • 163
  • 3
  • 16
1
2
3
17 18