data-streams icon indicating copy to clipboard operation
data-streams copied to clipboard

Publicly available real-time data sets on Kafka, Redpanda, RabbitMQ & Apache Pulsar

Results 3 data-streams issues
Sort by recently updated
recently updated
newest added

When trying to create Kafka stream in Memgraph Lab for movielens example: `CREATE KAFKA STREAM movielens_stream TOPICS ratings TRANSFORM movielens.rating BOOTSTRAP_SERVERS "kafka:9092";` This error is shown: `Query failed: Failed to...

I run: ``` docker-compose up movilens-memgraph ``` Output error: ``` reating data-streams_memgraph-mage_1 ... done Creating data-streams_movielens-memgraph_1 ... done Attaching to data-streams_movielens-memgraph_1 movielens-memgraph_1 | Traceback (most recent call last): movielens-memgraph_1 |...

bug

There is no option for the GitHub dataset when connecting to streaming data with memgraph. I got the following message: ``` docker-compose up github-memgraph ERROR: No such service: github-memgraph ```

bug