Git Product home page Git Product logo

cassaforte's Introduction

Cassaforte

Cassaforte is an young idiomatic Clojure client for Cassandra. Its API and code style closely follow other ClojureWerkz projects, namely Monger, Welle, Neocons, Elastisch and Spyglass.

Project Goals

  • Provide a Clojure-friendly, easy to use API that reflects Cassandra's data model well. Dealing with the Cassandra Thrift API quirks is counterproductive.
  • Be well maintained.
  • Be well documented.
  • Be well tested.
  • Target Cassandra 1.2 and Clojure 1.4 and later from the ground up.
  • Integrate with libraries like clojure.data.json and Joda Time.
  • Support URI connections to be friendly to Heroku and other PaaS providers.

Project Maturity

We use Cassaforte heavily for our monitoring solution, that processes fairly large amount of data. Until DataStax makes a stable, non RC release of java-driver that we use underneath, we can't make a final release. Project is known to behave well, it's tested and used in production.

Supported Features

  • Connection to a single node and cluster
  • All CQL operations
  • CQL 3.0 queries, including queries with placeholders (?, a la JDBC)
  • Deserialization of column names and values according to response schema

Supported Clojure versions

Cassaforte is built from the ground up for Clojure 1.4 and up.

Supported Apache Cassandra versions

Cassaforte is built from the ground up for Cassandra 1.2 and up and is built around CQL 3.

Documentation & Examples

Please refer to our Getting Started with Clojure and Cassandra guide. Don't hesitate to join our mailing list and ask questions, too!

Community

To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.

Maven Artifacts

Cassaforte artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

Most recent pre-release version

With Leiningen:

[clojurewerkz/cassaforte "1.0.0-rc2"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>cassaforte</artifactId>
  <version>1.0.0-rc1</version>
</dependency>

Cassaforte Is a ClojureWerkz Project

Cassaforte is part of the group of libraries known as ClojureWerkz, together with Monger, Welle, Neocons, Elastisch and several others.

Continuous Integration

Continuous Integration status

CI is hosted by travis-ci.org

Development

Cassaforte uses Leiningen 2. Make sure you have it installed and then run tests against all supported Clojure versions using

lein2 all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.

License

Copyright (C) 2012-2013 Michael S. Klishin, Alex Petrov

Distributed under the Eclipse Public License, the same as Clojure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.