CartoDB backs your apps

Summary

CartoDB simplifies map-driven applications with tools like the Backbone library. Learn to leverage your data effectively online.

This post may describe functionality for an old version of CARTO. Find out about the latest and cloud-native version here.
CartoDB backs your apps

From its very beginning CartoDB has always been about making it easier for you to create map driven applications online.

In that effort we have developed numerous libraries and examples meant to help you take your maps further. Take the CartoDB Backbone library. The backbone library gives you a super simple Javascript wrapper to connect query and use data you host on CartoDB from within your applications. So pretend you wanted to create an application about New York City parks.

{% gist andrewxhill/3709298 %}

In the above example I connected to a table containing publicly available shapes of NYC Parks and found the 10 largest in size. Simple right? The CartoDB Backbone libary connects through CartoDB's SQL API which means you can use it to mine endless data from your account and drive interaction and interfaces on your site.

This can be great for building things like mobile applications or data exploration tools. In my personal use of CartoDB I use a combination of the CartoDB Backbone library and the CartoDB Leaflet libraries all the time. The most amazing part of that duo is the ability to create data-driven applications that can be hosted entirely on GitHub Pages (example) or from my DropBox public folder.