Skip to content

Data Connectors

Anybuild has the powerful ability to easily connect to External Data Sources.

These can be external Databases plus many other kinds of Data Sources.

If the kind of Data Source you require is missing - contact us and we can probably add it.

External Data sources can be treated like other Data Source within the system such as Entities and Views - in fact Anybuild creates a view for these.

Data from these can be moved into Anybuild Entities if required - of course permission from the data provider should be obtained for this.

View can easily manipulate, merge, transform, aggregate data from multiple data external and internal sources - so Anybuild can be used as Data Warehouse for sophisticated Reporting and Analytics.

Home >> Data Definition Layer >> External Servers

External Servers

The way you specify Server Options and User Mappings Options may be different for each connector. For MySql server you need to enter them like in the screenshot below.

Refer to Help for more detail on this

MySQL Server Configuration

Home >> Data Definition Layer >> External Tables

The next step is creating a table that references the server. There is no discovery mechanism yet — so this is manual work.

You need to specify table options in the following format (replace database and table names): dbname ‘sales’, table_name ‘daily_sales’

External Table Configuration

After that you can add columns. It is important that column ID corresponds to source table.

Table Columns

When you submit the table details — we automatically build a view for it — which you can use further in your views.

The automatically created view has name in format: - .

External Views List