Package cassandra: Information

    Source package: cassandra
    Version: 0.6.2-alt1
    Build time:  May 25, 2010, 10:22 PM
    Category: Databases
    Report package bug
    License: Apache License v2.0
    Summary: Highly scalable, eventually consistent, distributed, structured key-value store
    Description: 
    Cassandra brings together the distributed systems technologies from Dynamo
    and the data model from Google's BigTable. Like Dynamo, Cassandra is
    eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based
    data model richer than typical key/value systems.
    
    Compared to other databases, three big features stand out:
    
     * Flexible schema: with Cassandra, like a document store, you don't have
       to decide what fields you need in your records ahead of time.
       You can add and remove arbitrary fields on the fly.
       This is an incredible productivity boost, especially in large deployments.
    
     * True scalability: Cassandra scales horizontally in the purest sense.
       To add more capacity to a cluster, turn on another machine.
       You don't have restart any processes, change your application queries,
       or manually relocate any data.
    
     * Multi-datacenter awareness: you can adjust your node layout to ensure that
       if one datacenter burns in a fire, an alternative datacenter will have at
       least one full copy of every record.
    
    Some other features that help put Cassandra above the competition:
    
     * Range queries: unlike most key/value stores, you can query for ordered
       ranges of keys.
    
     * List datastructures: super columns add a 5th dimension to the hybrid model,
       turning columns into lists. This is very handy for things like per-user
       indexes.
    
     * Distributed writes: you can read and write any data to anywhere in the
       cluster at any time. There is never any single point of failure.
    
    For more information see http://incubator.apache.org/cassandra

    List of rpms provided by this srpm:
    cassandra (noarch)
    cassandra-javadoc (noarch)

    Maintainer: Vitaly Kuznetsov

    List of contributors:
    Vitaly Kuznetsov

    ACL:
    @qa_p6

      1. ant
      2. ant-junit
      3. log4j
      4. rpm-build-java
      5. java-1.6.0-sun-devel

    Last changed


    May 25, 2010 Vitaly Kuznetsov 0.6.2-alt1
    - 0.6.2
    April 16, 2010 Vitaly Kuznetsov 0.6.1-alt1
    - 0.6.1
    April 15, 2010 Vitaly Kuznetsov 0.6.0-alt1
    - 0.6.0