1.快板图:
AllegroGraph 是一个高性能、持久的 RDF 存储,额外支持 Graph DBMS。它作为文档存储运行,旨在以 JSON-LD 格式存储、检索和管理面向文档的信息。 AllegroGraph 的第一个版本于 2004 年发布。
2. 亚马逊简单数据库:
它是亚马逊托管的简单数据库服务,数据存储在亚马逊云中。 Amazon 是一项网络服务,用于实时对结构化数据运行查询。这个数据库是由 Amazon.com 用 Erlang 编写的。它具有以下特点——高可用性和灵活性,很少或没有管理负担。
AllegroGraph 和 Amazon SimpleDB 的区别:
S.NO. | AllegroGraph | Amazon SimpleDB |
---|---|---|
1. | Developed By Franz Inc. in 2004. | Developed By Amazon in 2007. |
2. | It is a high performance, persistent RDF store with additional support for Graph DBMS. | It is a hosted simple database service by Amazon, with the data stored in the Amazon Cloud. |
3. | It supports the ACID property. | It does not support the ACID property. |
4. | Server operating systems for AllegroGraph are Linux, OS X and Windows. | In Amazon SimpleDB, Hosted server operating systems. |
5. | Its primary database models are Document store, Graph DBMS and RDF store. | Its primary database model is the Key-value store. |
6. | It supports the Server-side scripting with JavaScript or Common Lisp. | It does not support the Server-side scripting. |
7. | Partitioning can be done with the Federation. | It does not support partitioning methods. |
8. | It uses SPARQL as a query language. | It does not support the SQL query language. |
9. | It supports two replication methods – Master-slave replication and Multi-master replication. | It supports replication methods. |
10. | It is not available as a cloud service. | It is available as a cloud service. |
11. | The programming languages supported are C#, Clojure, Java, Lisp, Perl, Python, Ruby, and Scala. | Programming languages supported are .Net, C, C++, Erlang, Java, PHP, Python, Ruby, and Scala. |