-
Hello,
I recently purchased ESP32-S3 Parallel TFT 4 inch ST7701, I am trying to compile the Example on Mac OSX and I fail to get it compile. Getting myriad of issues. Like these
```
In file in…
-
Since most of the functionality abstracts over the bus by use of the `DataBus` trait we should be able to provide a mock struct that implements `DataBus` and can assert that the correct commands are b…
-
Running multiple instances with mods on Kubernetes
-
I'm investigating on CDC tools to capture data in MongoDB(using its oplogs) and write that data to Kafka.
Can someone suggest on how to write an adapter to capture events from MongoDb oplogs and write…
-
Tried with https://databus.dbpedia.org/kikiriki/collections/test_deployment
getting
```
virtuoso-sparql-endpoint-quickstart-download-1 | Loading collection https://databus.dbpedia.org/kikiriki/c…
-
This query gives an error, where no writing should occur:
```
PREFIX rdfs:
PREFIX rdf:
PREFIX dcat:
PREFIX dct:
PREFIX dcv:
PREFIX databus:
SELECT DISTINCT * WHERE
{
SE…
-
The RocketTile has servial connections with the context:
```
connectMasterPorts(domain, context)
connectSlavePorts(domain, context)
connectInterrupts(domain, context)
connectPRC…
-
Hi,
I am trying to make it run on a ESP32-8048S043 board, which contains a 800 * 480 display and a SD
So I set `#define ARDUINOILI9488`
Then in runtime, changed
```
#ifdef ARDUINOILI9488
#inclu…
-
Repo for the migration script is here:
https://github.com/dbpedia/databus-transfer
In some cases, the DataId needs to be adjusted. This needs to be configured in advance (e.g. which tags will be …
-
You get the following NPE when running straight out of the box. I've done a little investigation and it looks like query to retrieve the list files is too long, exceeding the uri length accepted by …