Summary
In order to develop a web application in CARTO. These are the general steps to follow:
You need to connect your CARTO account to your data warehouse: BigQuery, Redshift, Snowflake, Databricks, or using the ready-to-use CARTO Data Warehouse.
Get a token as explained in Authentication Methods section.
To visualize your data into a map you should use deck.gl.
To create interactive charts and widgets that stay synchronized with your map, you should use CARTO Widgets
Finally, you have to choose where to deploy this simple application. Keep in mind that you won't need any additional backend service, and the server could be one that simply serves static files like Firebase Hosting or Heroku.
Last updated