11個開源且面向文件的NoSQL資料庫(2)
5. OrientDB
OrientDB is an open source NoSQL database management system written in Java. Even if it is a document-based database, the relationships are managed as in graph databases with direct connections between records. It supports schema-less, schema-full and schema-mixed modes. It has a strong security profiling system based on users and roles and supports SQL as a query languages.
Home: http://www.orientechnologies.com/
Quick Start: http://code.google.com/p/orient/wiki/Tutorials
Download: http://code.google.com/p/orient/wiki/Download
6. ThruDB
Thrudb is a set of simple services built on top of the Apache Thrift framework that provides indexing and document storage services for building and scaling websites. Its purpose is to offer web developers flexible, fast and easy-to-use services that can enhance or replace traditional data storage and access layers.
It supports multiple storage backends such as BerkeleyDB, Disk, MySQL and also having Memcache and Spread integration.
Home: http://code.google.com/p/thrudb/
Quick Start: http://thrudb.googlecode.com/svn/trunk/doc/Thrudb.pdf
Download: http://code.google.com/p/thrudb/source/checkout
7. SisoDB
SisoDb is a document-oriented db-provider for Sql-Server written in C#. It lets you store object graphs of POCOs (plain old clr objects) without having to configure any mappings. Each entity is treated as an aggregate root and will get separate tables created on the fly.
Home: http://www.sisodb.com
Quick Start: http://www.sisodb.com/Wiki
Download: https://github.com/danielwertheim/SisoDb-Provider/
8. RaptorDB
RaptorDB is a extremely small size and fast embedded, noSql, persisted dictionary database using b+tree or MurMur hash indexing. It was primarily designed to store JSON data (see my fastJSON implementation), but can store any type of data that you give it.
Home: http://www.codeproject.com/KB/database/RaptorDB.aspx
Quick Start: http://www.codeproject.com/KB/database/RaptorDB.aspx
Download: http://www.codeproject.com/KB/database/RaptorDB.aspx
OrientDB is an open source NoSQL database management system written in Java. Even if it is a document-based database, the relationships are managed as in graph databases with direct connections between records. It supports schema-less, schema-full and schema-mixed modes. It has a strong security profiling system based on users and roles and supports SQL as a query languages.
Home: http://www.orientechnologies.com/
Quick Start: http://code.google.com/p/orient/wiki/Tutorials
Download: http://code.google.com/p/orient/wiki/Download
6. ThruDB
Thrudb is a set of simple services built on top of the Apache Thrift framework that provides indexing and document storage services for building and scaling websites. Its purpose is to offer web developers flexible, fast and easy-to-use services that can enhance or replace traditional data storage and access layers.
It supports multiple storage backends such as BerkeleyDB, Disk, MySQL and also having Memcache and Spread integration.
Home: http://code.google.com/p/thrudb/
Quick Start: http://thrudb.googlecode.com/svn/trunk/doc/Thrudb.pdf
Download: http://code.google.com/p/thrudb/source/checkout
7. SisoDB
SisoDb is a document-oriented db-provider for Sql-Server written in C#. It lets you store object graphs of POCOs (plain old clr objects) without having to configure any mappings. Each entity is treated as an aggregate root and will get separate tables created on the fly.
Home: http://www.sisodb.com
Quick Start: http://www.sisodb.com/Wiki
Download: https://github.com/danielwertheim/SisoDb-Provider/
8. RaptorDB
RaptorDB is a extremely small size and fast embedded, noSql, persisted dictionary database using b+tree or MurMur hash indexing. It was primarily designed to store JSON data (see my fastJSON implementation), but can store any type of data that you give it.
Home: http://www.codeproject.com/KB/database/RaptorDB.aspx
Quick Start: http://www.codeproject.com/KB/database/RaptorDB.aspx
Download: http://www.codeproject.com/KB/database/RaptorDB.aspx
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-736613/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 11個開源且面向文件的NoSQL資料庫(1)SQL資料庫
- 11個開源且面向文件的NoSQL資料庫(3)SQL資料庫
- 開源NoSQL資料庫5個"基友”SQL資料庫
- 文件型 NoSQL 資料庫 SequoiaDB 正式宣佈開源SQL資料庫
- 5個基於JAVA的開源NoSQL資料庫JavaSQL資料庫
- 40個最佳免費和開源NoSQL資料庫SQL資料庫
- Java中8個頂級開源NoSQL資料庫!JavaSQL資料庫
- 悉數11種主流NoSQL文件型資料庫HQSQL資料庫
- 12款免費與開源的NoSQL資料庫介紹SQL資料庫
- NoSQL資料庫概念與NoSQL資料庫家族SQL資料庫
- Aerospike 宣佈開源其記憶體中的 NoSQL 資料庫ROS記憶體SQL資料庫
- NoSql資料庫SQL資料庫
- 11g文件學習2----建立資料庫資料庫
- 28個MongoDB NoSQL資料庫的面試問答MongoDBSQL資料庫面試
- NoSQL資料庫的35個應用場景SQL資料庫
- PouchDB:一個開源的 JS 資料庫JS資料庫
- Hadoop技術(四)分散式、面向列的開源資料庫HBaseHadoop分散式資料庫
- .NET 開源快捷的資料庫文件查詢和生成工具資料庫
- NoSQL資料庫興起SQL資料庫
- 四類NoSQL資料庫SQL資料庫
- NoSQL資料庫盤點SQL資料庫
- NoSQL資料庫筆談SQL資料庫
- H2資料庫文件索引資料庫索引
- NOSQL EYE開源SQL
- 什麼是NoSQL資料庫?SQL資料庫
- NoSQL資料庫效能測試SQL資料庫
- NoSQL 資料庫的主主備份SQL資料庫
- NoSQL資料庫的基礎知識SQL資料庫
- 企業級NoSQL與開源NoSQL的區別SQL
- 從0開始弄一個面向OC資料庫(三)--資料庫升級,資料遷移,刪除資料資料庫
- 選擇 NoSQL 資料庫需要考慮的 10 個問題SQL資料庫
- 從0開始弄一個面向OC資料庫--終結篇資料庫
- 從0開始弄一個面向OC資料庫(一)--開啟、關閉資料庫,動態建表資料庫
- 開源資料庫的現狀資料庫
- 從0開始弄一個面向OC資料庫(二)--插入、更新、查詢資料資料庫
- Go的又一個分散式資料庫開源了Go分散式資料庫
- 尊重開源,且用且珍惜
- Spring Boot實戰系列(2)資料儲存之NoSQL資料庫MongoDBSpring BootSQL資料庫MongoDB