Cues: low-latency persistent blocking queues, processors, and graphs via ChronicleQueue

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cues

    Queues on cue: low-latency persistent blocking queues, processors, and graphs via Chronicle Queue

  • Cues extends ChronicleQueue and Tape to provide:

  • Chronicle Queue

    Micro second messaging that stores everything to disk

  • Cues extends ChronicleQueue and Tape to provide:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  • The processors and graphs are meant to provide a dead-simple version of the abstractions you get in a distributed messaging system like Kafka. But there are no clusters to configure, no partitions to worry about, and it is several orders of magnitude faster.

  • tape

    Chronicle Queue helpers (by mpenet)

  • Cues extends ChronicleQueue and Tape to provide:

  • durable-queue

    a disk-backed queue for clojure

  • By themselves, the blocking queues are similar to what durable-queue provides, just one or more orders of magnitude faster. They also come with an API that aligns more closely with the persistence model: you get queues, tailers, and appenders, and addressable, immutable indices that you can traverse forwards and backwards.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts