| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
13年前发布

NoSQL的ORM框架 Apache Gora

     Gora 是一个应用于 NoSQL 数据库的 ORM 框架,支持包括:Apache HBase/Apache Cassandra。    <br />    <ul>     <li><b>Data Persistence :</b> Persisting objects to Column stores such as HBase, Cassandra, Hypertable; key-value stores such as Voldermort, Redis, etc; SQL databases, such as MySQL, HSQLDB, flat files in local file system of Hadoop HDFS. </li>     <li><b>Data Access :</b> An easy to use Java-friendly common API for accessing the data regardless of its location. </li>     <li><b>Indexing :</b> Persisting objects to Lucene and Solr indexes, accessing/querying the data with Gora API.</li>     <li><b>Analysis :</b> Accesing the data and making analysis through adapters for Apache Pig, Apache Hive and Cascading</li>     <li><b>MapReduce support :</b> Out-of-the-box and extensive MapReduce (Apache Hadoop) support for data in the data store. </li>    </ul>    <br />    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1328244303358" target="_blank">http://www.open-open.com/lib/view/home/1328244303358</a></p>     
 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1328244303358.html
持久层框架 NOSQL