how to use external data sources like SQL table or REST end point

1113
1
Jump to solution
01-27-2021 05:05 AM
Labels (2)
JayAppusamy
New Contributor

I'm new to dashboard, Can I access data from external data sources? for example

  1. Database Table / View which is not registered with Geodatabase (Example: Employee or User table)
  2. Rest Endpoint (Example: OpenWeatherMap API)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

@JayAppusamy,

1.  ArcGIS Dashboard won't be able to access data from a database table unless it's published as a service. ArcGIS Insights does have the ability to connect directly to a Database.  That may be an option you can explorer.

https://doc.arcgis.com/en/insights/latest/get-started/create-a-database-connection.htm

2.  If the REST Endpoint is added as an item to your Organization (i.e AGOL, ArcGIS Enteprise), or added to a web map, then it will be accessible in the Dashboard.

View solution in original post

0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor

@JayAppusamy,

1.  ArcGIS Dashboard won't be able to access data from a database table unless it's published as a service. ArcGIS Insights does have the ability to connect directly to a Database.  That may be an option you can explorer.

https://doc.arcgis.com/en/insights/latest/get-started/create-a-database-connection.htm

2.  If the REST Endpoint is added as an item to your Organization (i.e AGOL, ArcGIS Enteprise), or added to a web map, then it will be accessible in the Dashboard.

0 Kudos