Data Source Configuration¶
GART supports different types of data sources for data model transformation to provide real-time graph analytic processing. Because of the need to keep track of data updates, some permissions need to be configured on the data sources.
In this section, we will introduce the configuration of the data sources supported by GART: PostgreSQL and MySQL. At the same time, GART also supports arbitrary data streams, which only require the user to manually convert the data updates to the specified format.
PostgreSQL configuration guide.
MySQL configuration guide.
Guidelines for the use of GART’s dynamic graph storage.