https://github.com/jsevellec/cassandra-unit
Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
https://github.com/jsevellec/cassandra-unit
Last synced: about 2 months ago
JSON representation
Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
- Host: GitHub
- URL: https://github.com/jsevellec/cassandra-unit
- Owner: jsevellec
- License: lgpl-3.0
- Created: 2011-08-05T17:52:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T12:18:52.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:44:36.625Z (10 months ago)
- Language: Java
- Homepage:
- Size: 823 KB
- Stars: 424
- Watchers: 34
- Forks: 210
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - CassandraUnit
README
WELCOME to CassandraUnit
========================Everything is in the wiki :
https://github.com/jsevellec/cassandra-unit/wikiWhat is it?
-----------
Like other *Unit projects, CassandraUnit is a Java utility test tool.
It helps you create your Java Application with [Apache Cassandra](http://cassandra.apache.org) Database backend.
CassandraUnit is for Cassandra what DBUnit is for Relational Databases.CassandraUnit helps you writing isolated JUnit tests in a Test Driven Development style.
Main features :
---------------
- Start an embedded Cassandra.
- Create structure (keyspace and Column Families) and load data from an XML, JSON or YAML DataSet.
- Execute a CQL script.Where to start :
----------------
You can start by reading the wiki :
https://github.com/jsevellec/cassandra-unit/wikiand you can watch cassandra-unit-examples project.
https://github.com/jsevellec/cassandra-unit-examplesMailing List :
--------------
cassandra-unit-users@googlegroups.com (http://groups.google.com/group/cassandra-unit-users)License :
---------
This project is licensed under LGPL V3.0 :
http://www.gnu.org/licenses/lgpl-3.0-standalone.html