Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martin-g/wicket-cassandra-datastore

An implementation of org.apache.wicket.pageStore.IDataStore (Apache Wicket 1.5.x) that stores pages in a cassandra cluster.
https://github.com/martin-g/wicket-cassandra-datastore

Last synced: 3 months ago
JSON representation

An implementation of org.apache.wicket.pageStore.IDataStore (Apache Wicket 1.5.x) that stores pages in a cassandra cluster.

Awesome Lists containing this project

README

        

Wicket Cassandra Datastore
==========================

This project provides an org.apache.wicket.pageStore.IDataStore implementation that writes pages to an Apache Cassandra cluster.

Requirements
------------
* Apache Cassandra 0.6.3 or newer
* Apache Wicket 1.5-SNAPSHOT (no release of 1.5 available yet)

Keyspace Defintion
------------------


/>
org.apache.cassandra.locator.RackUnawareStrategy
1
org.apache.cassandra.locator.EndPointSnitch

Schema
-----------------
keystore (Wicket)
I
~ super column family (Session)
I
~ super column (session id)
I
~ Column (page id)

Usage
-----
see org.wicketstuff.datastore.cassandra.demo.DemoApplication in src/test/java