Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Emakin uses 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.

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.

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.

XML Repository Connection

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


  • No labels