English 中文(简体)
Can we use Apache-age extension for geographical information storage?
原标题:
  • 时间:2023-06-12 15:14:03
  •  标签:
  • apache-age

Apache-age is used to save edges and nodes. Is this possible to save Geographical information through AGE?

Geographical Information is different than edges and nodes. So it will be required to have separate data structure than of edges and nodes.

问题回答

There is discussion in a thread on using geographical objects as properties with PostGIS on GitHub. This issue might be helpful.

Graph data is usually entered around edges on nodes like you mentioned. Now a more detailed look into the data is required but typically geographical data is not easily expressed by just edges and nodes.

Since geographical data has elements that are numerical, and verbose you might be better off using a NoSQL database instead.

Apache-age is primarily designed to save graph data in the form of edges and nodes. While it is possible to store some basic geographical information as properties of nodes and edges, it may not be the most efficient or flexible option for storing complex geographical data. it may be worth considering another extension like PostGIS or consider using MongoDB. These databases provide specialized data structures and indexing techniques that can make it easier to store and query geographical data.

However, if you only need to store simple geographical data alongside your graph data, Apache AGE may be sufficient for your needs.

References:

The main function of Apache-age is to store edges and nodes in graphs. However, to save certain fundamental geographic data, it can be used. It might be preferable to think about an alternate extension, such as PostGIS, MongoDB, etc., which offer specialized strategies that can make it simpler to store and access geographic data. There is a discussion on GitHub issues that might prove to be useful to you in order to find the answer to the specific problem you are looking for, refer to this issue.

At the moment, Apache AGE is not efficient to store Geographical Information because of the complex structure of the data involved.

PostGIS would do this conveniently.

As per this issue, POSTGIS is not supported by AGE





相关问题
B. 设置PgAdmin4时的错误

Im在试图从要求中安装附属设施时面临一个问题。 使用管道的t文档——要求。 指挥。 在此,我做了以下工作:

热门标签