data-streams
data-streams copied to clipboard
Publicly available real-time data sets on Kafka, Redpanda, RabbitMQ & Apache Pulsar
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 |...
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 ```