# What is CartoDB? # [![Code Climate](https://codeclimate.com/github/CartoDB/cartodb20.png)](https://codeclimate.com/github/CartoDB/cartodb20) CartoDB is an open source tool that allows for the storage and visualization of geospatial data on the web. It was built to make it easier for people to tell their stories by providing them with flexible and intuitive ways to create maps and design geospatial applications. CartoDB can be installed on your own server and we also offer a hosted service at [cartodb.com](http://cartodb.com). If you would like to see some live demos, check out our [videos](http://www.vimeo.com/channels/cartodb) on Vimeo. We hope you like it! ![Map View Wizard](http://cartodb.s3.amazonaws.com/github/map_view_wizard.png) ![Data View](http://cartodb.s3.amazonaws.com/github/data_view.png) # What can I do with CartoDB? # With CartoDB, you can upload your geospatial data (Shapefiles, GeoJSON, etc) using a web form and then make it public or private. After it is uploaded, you can visualize it in a table or on a map, search it using SQL, and apply map styles using CartoCSS. You can even access it using the CartoDB [API OVERVIEW](http://developers.cartodb.com/documentation/apis-overview.html) and [SQL API](http://developers.cartodb.com/documentation/sql-api.html), or export it to a file. In other words, with CartoDB you can make awesome maps and build powerful geospatial applications! Definitely check out the [CartoDB Develop](http://cartodb.com/develop) for interactive examples and code. # Installing Read the [installation guide in CartoDB developers documentation](http://cartodb.readthedocs.org/en/latest/install.html) # How do I upgrade CartoDB? # See [UPGRADE](UPGRADE) for instructions about upgrading CartoDB. For upgrade of Windshaft-CartoDB and CartoDB-SQL-API see the relative documentation. # Developing & Contributing to CartoDB See [CONTRIBUTING.md](CONTRIBUTING.md) for how you can improve CartoDB. :) ## Submitting Contributions * You will need to sign a Contributor License Agreement (CLA) before making a submission. [Learn more here.](https://cartodb.com/contributing) # Testing See [TESTING.md](TESTING.md)