Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
46 views

I'm trying to connect my CrateDB (running locally) with Java using JDBC. public class Main { private static String connectionURL = "jdbc:postgresql://localhost:5432/"; public ...
Luca's user avatar
  • 11
0 votes
1 answer
137 views

import jaydebeapi print("LOADING.....") conn = jaydebeapi.connect( "io.crate.client.jdbc.CrateDriver", "jdbc:crate://127.0.0.1:2000/", ["user", &...
Anandu Balan's user avatar
0 votes
1 answer
224 views

In self-host red hat managed remote server I have connected to cratedb and done some queries in python script then how should I export results of database to another tool or anything else Like for ...
Aishwarya Naikare's user avatar
0 votes
1 answer
79 views

Any version of orion-ld after 0.8.0 is not supporting the formation of service/subservice in quantumleap logs, thereby no table-schema formed with "mt" prefix in crate-db. But tables are ...
Tony Rosset's user avatar
2 votes
1 answer
116 views

{ "cols": [ "schema_name" ], "rows": [ [ "blob" ], [ "doc" ], [ ...
Tony Rosset's user avatar
1 vote
1 answer
93 views

I need to send attributes in the northbound direction containing metadata to the CrateDB time series. Sample of the attribute format: { "object_id": "AGV_Error", "name&...
sfl0r3nz05's user avatar
0 votes
0 answers
203 views

I'm using Fiware Orion Broker, QuantumLeap and CrateDB, with the aim of recording all temporal data in cratedb. My docker-compose configuration is this: orion: image: fiware/orion:${ORION_VERSION} ...
Nuno Rolo's user avatar
0 votes
1 answer
98 views

How can I group the following query to the time frame in CrateDB? SELECT * FROM ( SELECT ( SELECT date_bin('1 day'::INTERVAL, time_index, 0) AS time_frame, count(*) FROM schema....
drypatrick's user avatar
0 votes
0 answers
43 views

In CrateDB is there a way to avoid to re-select the same column in nested SELECT statement, to show the value in the results? e.i. in the following query, is there any way to avoid re-selecting A and ...
drypatrick's user avatar
0 votes
1 answer
83 views

In CrateDB, after creating a table from data of another table, is it possible to keep the new table updated with the insertion of new lines from the original table? Query to create the new_table from ...
drypatrick's user avatar
0 votes
1 answer
135 views

I'm trying to migrate our current ES to CrateDB and one of the issues I'm facing is searching for two specific values within the same object when this object is part of an array of objects. CREATE ...
Skeith's user avatar
  • 93
1 vote
0 answers
210 views

I'd like to connect to multiple nodes in a CrateDB cluster from pgx and execute queries in a round robin fashion. Ideally if a node fails queries would be retried on the other nodes. There's a client ...
Rob's user avatar
  • 11
1 vote
1 answer
234 views

I am trying to use CrateDB as timeseries database for Django. I am deploying both services on docker for development. I started by deploying the following versions: Django: 4.1.3 CrateDB: 5.1.0 ...
sfl0r3nz05's user avatar
0 votes
1 answer
207 views

Hello stackoverflow so I have a cratedb database instance with about 3 million records in my table. I am trying to run the following command. ALTER TABLE "transactions_v2" DROP COLUMN "...
The Coder's user avatar
  • 353
0 votes
1 answer
325 views

Cheers I am currently trying to reproduce the tutorial to develop an application / solution with Fiware seen in: Desarrolla tu primer aplicación en Fiware and I am having difficulty connecting Grafana ...
Galhrrera's user avatar

15 30 50 per page
1
2 3 4 5
10