Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/martin-g/wicket-cassandra-datastore
- Owner: martin-g
- Created: 2010-07-10T07:40:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T13:50:30.000Z (about 11 years ago)
- Last Synced: 2024-10-04T10:07:00.683Z (3 months ago)
- Language: Java
- Homepage:
- Size: 2.1 MB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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