About 3,180 results
Open links in new tab
  1. beam/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis

    Apache Beam is a unified programming model for Batch and Streaming data processing. - beam/sdks/java/io/redis/src/main/java/org/apache/beam/sdk/io/redis/RedisIO.java at master · …

  2. Support Redis Cluster when reading with RedisIO #21124 - GitHub

    I am trying to use the RedisIO connector with Redis cluster but it looks like the Jedis client that RedisIO uses only works on a standalone Redis server, not on a cluster.

  3. Releases · apache/beam - GitHub

    To ensure all previously installed dependencies are installed, when installing Beam you can pip install apache-beam[gcp,interactive,yaml,redis,hadoop,tfrecord], though most users will not …

  4. [Feature Request]: Support streaming (pubsub) in RedisIO ... - GitHub

    It looks like Redis uses At-Most-Once semantics for Pub Sub, ( unless it's using Redis streams) so if you want to add guarantees to the Redis PubSub source, then you'll need to add a …

  5. [Task]: [RRIO] [Cache] Redis based DoFn supporting reads #28922

    What needs to happen? The output of this task is a Redis based DoFn that supports cache reads. Implementation re-uses the Call PTransform and therefore is a dependency.

  6. [Task]: Improve Enrichment docs · Issue #33012 · apache/beam

    Nov 4, 2024 · Apache Beam's with_redis_cache method allows you to integrate a Redis cache into the enrichment pipeline. Benefits of Caching: Reduced Latency: Fetches enrichment data …

  7. beam/playground/backend/SCHEMA.md at master - GitHub

    Database Beam Playground uses Google Cloud Platform Datastore for storing examples and snippets. Redis is used for caching catalog reads from Datastore to avoid having to enumerate …

  8. [Playground] [Task] Remove redis cache from PG code and

    What needs to happen? After we have performance tests we need to consider removing redis cache from Playground codebase and infrastructure Issue Priority Priority: 3 Issue Component …

  9. beam/examples/notebooks/beam …

    opensearch_connector.py opensearch_enrichment.py opensearch_rag_pipeline.ipynb redis_connector.py redis_enrichment.py README.md automatic_model_refresh.ipynb

  10. RedisIO.ReadAll incorrectly alters windowing behavior #19985

    damccorm added bug io-java-redis P3 labels Jun 4, 2022 damccorm added io java redis and removed io-java-redis labels Jun 16, 2022 Copy link Contributor