1.AlaSQL:
它是客户端内存 SQL 数据库,旨在在浏览器和 Node.js 中工作。它是一个用于 Javascript 语言的开源 SQL 数据库,支持关系数据、无模式数据和图形数据的高查询速度和数据源灵活性。 2014 年,Andrey Gershun & Mathias R. Wulff 开发了这个数据库。
2. AnzoGraph :
它是一个内存分布式图 DBMS,专为分析而设计。它用于嵌入式分析。该数据库是一个大规模并行处理的原生图形数据库,专为大规模、速度和深度链接洞察力的各种数据协调和分析而构建。
AlaSQL 和 AnzoGraph 的区别:
S.NO. | AlaSQL | AnzoGraph |
---|---|---|
1. | It is developed by Andrey Gershun & Mathias R. Wulff on 2014. | It is developed by Cambridge Semantics on 2018. |
2. | It is a JavaScript DBMS library. | It is an in-memory distributed graph DBMS designed for analytics |
3. | The License of AlaSQL is Open Source | The License of AnzoGraph is commercial. |
4. | It is a server-less and requires a JavaScript environment | Server operating systems for AnzoGraph is Linux. |
5. | Its primary database model are Document store and Relational DBMS. | Its primary database model are Graph DBMS and RDF store. |
6. | It does not support the Server-side scripting. | It supports user defined functions for Server-side scripting. |
7. | It provides concept of Referential Integrity. Hence, there is Foreign Keys. | It does not provide concept of Referential Integrity. Hence, no Foreign Keys. |
8. | It supports SQL query language but no user access control, stored procedures and host language bindings. | It supports SPARQL is used as query language. |
9. | Programming language supported is JavaScript. | Programming language supported are C++ and Java. |