1. Yanza:
Yanza是用于IoT(物联网)应用程序的时间序列DBMS。它是由Yanza开发的。它的服务器操作系统是Windows,并且支持HTTP API。
2.减轻:
Weaviate是基于GraphQL的开源智能图,其核心功能包括语义搜索,自动分类和知识表示。主数据库模型是Search Engine,辅助数据库模型是Graph DBMS。 Weaviate和Yanza之间的区别:
S.No. | Weaviate | Yanza |
---|---|---|
1. | It was developed by SeMI Technologies B.V. and initially released in 2017. | It was developed by Yanza and initially released in 2015. |
2. | It’s primary database model is Search Engine. | It’s primary database model is Time Series DBMS. |
3. | Secondary database model is Graph DBMS. | There is absence of secondary database model. |
4. | Weaviate supports GraphQL query language and RESTful HTTP/JSON API. | Yanza supports HTTP API. |
5. | Data scheme of Weaviate is maps to GraphQL interface. | Yanza has schema-free data scheme. |
6. | Weaviate has Eventual Consistency concept. | Yanza has Immediate Consistency concept. |
7. | It uses sharding partitioning method. | It does not use any partitioning method. |
8. | In Weaviate, GraphQL is used as query language. | There is no SQL used in Yanza. |