Introduction #
APES provides a data source management plugin for managing data sources and their collections. The data source management plugin only provides a management interface for all data sources and does not provide the ability to access data sources. It needs to be used in conjunction with various data source plugins. The data sources currently supported for access include:
- Main Database: APES's main database, supporting relational databases such as MySQL, PostgreSQL, and MariaDB.
- External MySQL: Use an external MySQL database as a data source.
- External MariaDB: Use an external MariaDB database as a data source.
- External PostgreSQL: Use an external PostgreSQL database as a data source.
- External MSSQL: Use an external MSSQL (SQL Server) database as a data source.
- External Oracle: Use an external Oracle database as a data source.
In addition, more types can be extended through plugins, which can be common types of databases or platforms that provide APIs (SDKs).
Installation #
Built-in plugin, no separate installation required.
Usage Instructions #
When the application is initialized and installed, a data source is provided by default to store APES data, known as the main database. For more information, see the Main Database documentation.
External Data Sources #
External databases are supported as data sources. For more information, see the External Database / Introduction documentation.
Support for Syncing Custom Database Tables #
You can also access data from HTTP API sources. For more information, see the REST API Data Source documentation.