Skip to content

Commit

Permalink
Merge pull request #9 from dobe/crate-data-addition
Browse files Browse the repository at this point in the history
added Crate Data
  • Loading branch information
edlich committed Aug 31, 2014
2 parents f874fb7 + d6f17bf commit a7928e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,13 +1113,31 @@ <h3><a href="http://www.queplix.com">Queplix</a></h3>
<h3><a href="http://www.hazelcast.com/">Hazelcast</a></h3>
Hazelcast is a in-memory data grid that offers distributed data in Java with dynamic scalability under the Apache 2 open source license. It provides distributed data structures in Java in a single Jar file including hashmaps, queues, locks, topics and an execution service that allows you to simply program these data structures as pure java objects, while benefitting from symmetric multiprocessing and cross-cluster shared elastic memory of very high ingest data streams and very high transactional loads.
</article>
<article>
<h3><a href="https://crate.io/">Crate Data</a> </h3>A <a href="http://en.wikipedia.org/wiki/Shared_nothing_architecture">shared
nothing</a>, document-oriented cluster data store. Accessed via SQL
and has builtin <a
href="https://crate.io/blog/using-crate-data-as-a-blobstore/">BLOB
support</a>. Uses the cluster state implementation and node
discovery of Elasticsearch.
License: <strong>Apache 2.0</strong>,
Query Method: <strong>SQL</strong>,
Clients: <strong>HTTP (REST), Python, Java (JDBC or native),
Ruby, JS, Erlang</strong>,
Replication + Sharding: <strong>automatic and configurable</strong>,
written in: <strong>Java</strong>,
<a href="https://github.com/crate/crate">&raquo; Crate Data GitHub Project</a>,
<a href="https://crate.io/docs/">&raquo; Documentation</a>.
</article>
<article>
[<a href="http://www.gridgain.com/">GridGain</a>,
<a href="http://www.scaleoutsoftware.com/">ScaleOut Software</a>,
<a href="http://puniverse.github.com/galaxy/">Galaxy</a>,
<a href="http://joafip.sourceforge.net/">Joafip</a>,
Coherence, eXtremeScale]
</article>


</section>

<section>
Expand Down

0 comments on commit a7928e9

Please sign in to comment.