Summary
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to develop a web application in CARTO. These are the general steps to follow:
Connect: You need to your CARTO organization to your data warehouse: , , , , or using the ready-to-use .
Authenticate: The CARTO libraries and APIs will then require a valid , obtained from any of the strategies explained in section.
Build: The next step is to build a web application, using the any Javascript framework of your choice, such as , , , etc. Use the to accelerate your geospatial development.
Use @carto/api-client
to integrate your CARTO data sources
Use @deck.gl
and @deck.gl/CARTO
to visualize your data in a map.
Use the CARTO APIs for extra functionality: SQL API, Geocoding, etc.
Charts, widgets, interactivity and filtering: To create interactive charts and widgets that stay synchronized with your map, you should use
Deployment: Finally, you just need to choose where to deploy your CARTO application. Most applications built using CARTO do need additional backend services, and therefore, can be deployed in a service that simply serves static files like or .