io.paradoxical.cassieq
CassieQ is a distributed queue built on cassandra. CassieQ leverages bucketing of messages to avoid queues modeled off deletes.
Getting Started
To find out about features, how to get started and more, please see our wiki.
License |
License |
---|---|
GroupId | GroupIdio.paradoxical |
ArtifactId | ArtifactIdcassieq |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncassieq
A distributed queue based on cassandra
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cassieq-0.11.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.paradoxical/cassieq/ -->
<dependency>
<groupId>io.paradoxical</groupId>
<artifactId>cassieq</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.paradoxical/cassieq/
implementation 'io.paradoxical:cassieq:0.11'
// https://jarcasting.com/artifacts/io.paradoxical/cassieq/
implementation ("io.paradoxical:cassieq:0.11")
'io.paradoxical:cassieq:pom:0.11'
<dependency org="io.paradoxical" name="cassieq" rev="0.11">
<artifact name="cassieq" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.paradoxical', module='cassieq', version='0.11')
)
libraryDependencies += "io.paradoxical" % "cassieq" % "0.11"
[io.paradoxical/cassieq "0.11"]
CassieQ is a distributed queue built on cassandra. CassieQ leverages bucketing of messages to avoid queues modeled off deletes.
To find out about features, how to get started and more, please see our wiki.