cassieq

A distributed queue based on cassandra

License

License

GroupId

GroupId

io.paradoxical
ArtifactId

ArtifactId

cassieq
Last Version

Last Version

0.11
Release Date

Release Date

Type

Type

pom
Description

Description

cassieq
A distributed queue based on cassandra
Project URL

Project URL

http://github.com/paradoxical-io/cassieq
Source Code Management

Source Code Management

http://github.com/paradoxical-io/cassieq

Download cassieq

Filename Size
cassieq-0.11.pom 27 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • model
  • client
  • core

io.paradoxical.cassieq

Build status Maven Central

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.

io.paradoxical

Paradoxical Devs

Libraries and dockerized applications. Pull requests welcome!

Versions

Version
0.11
0.10