Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Emakin employs three types of databases to store data, those are relational SQL databases, file system and NoSQL XML databases. Each of them has different purposes and are needed to be configured from this section before starting your application.

Details

System Connection

System database must be configured with the required properties for application's system tables to be able to be created.

Use Test Connection button to test database connection. See Relational Database page for further information.

Image Added

Repository Connections

For applicaton to run at least one repository database must be configured with the required properties. This database is used for hosting domain tables. You can create more than one repositories.

Use Test Connection button to test database connection.

Image Added

File Repositories

Because the total size of files uploaded into system tends to be a burden on SQL performance, file repositories are useful for storing your files on the file system instead. This repository is optional. You can create more than one file repositories. See File Database page for further information.

Image Added

XML Repository Connection

XML repositories are used for storing domain and process related data in XML format. See XML Database page for further information.

Image Added