You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
xavijam ac8f2ea86e
Adding SCSS changes within contributing doc
9 years ago
app Changing lint properties for SCSS rules 9 years ago
config #routed v1 calls to new controller too 9 years ago
db #4759 migration stabilization 9 years ago
doc Entry for common_data manual 9 years ago
engines Add engines dir 11 years ago
lib Refactor calculate bbox and get table names only when needed 9 years ago
public favicon => favicons/favicon 9 years ago
script Explicit resque queues. See CartoDB/cartodb-platform#907 9 years ago
services Removed unnecessary parenthesis crashing Rubocop 9 years ago
spec Merge pull request #5474 from CartoDB/5464-fix-quoting-ghost-tables 9 years ago
tmp Add tmp folder to the repo and fix wrong javascript filenames in asset_packages 14 years ago
vendor Updated cartodb.js 9 years ago
.gitignore Merge branch 'master' into manual 9 years ago
.gitmodules back to old urls in modules 10 years ago
.hound.yml Default Hound config for Ruby 9 years ago
.rspec Add .rspec 12 years ago
.rspec_ci Add spec reporter for Jenkins 10 years ago
.ruby-style.yml Added Rubocop exclusions 9 years ago
.scss-lint.yml Disabled ColorVariable rule 9 years ago
.travis.yml fixed travis npm dependencies step 10 years ago
CONTRIBUTING.md Adding SCSS changes within contributing doc 9 years ago
Gemfile Merge branch 'master' into 5408-remove_mixpanel 9 years ago
Gemfile.lock Merge branch 'master' into 5408-remove_mixpanel 9 years ago
Gruntfile.js Remove girev usage 9 years ago
Guardfile Integrate simplecov in the test suites of services/ 12 years ago
LICENSE Update LICENSE 9 years ago
Makefile Merge branch 'master' into 4759-LDAP_configuration 9 years ago
NEWS.md Merge remote-tracking branch 'origin/master' into update-cartodbjs 9 years ago
Procfile Fixes uploads specs 12 years ago
README.md removed outdated build status 9 years ago
Rakefile load environment within resque:setup 12 years ago
TESTING.md #4386 more grouping (locally is hard to make some specs run :( ) 9 years ago
UPGRADE CDB-4093 10 years ago
bower.json Adds bower 10 years ago
config.rb Move sass cache dir to tmp/sass 10 years ago
config.ru Moving from ProtoCartodb to CartoDB 14 years ago
configure Add --with-pguser support 10 years ago
gulpfile.js First steps renaming, cleaning and moving CSS files 10 years ago
package.json Updated cartodb.js 9 years ago
python_requirements.txt Pin version of openpyxl to 2.1.3 #1896 10 years ago

README.md

What is CartoDB?

Code Climate

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.

If you would like to see some live demos, check out our videos on Vimeo. We hope you like it!

Map View Wizard Data View

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 and SQL API, 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 for interactive examples and code.

Installing

Read the installation guide in CartoDB developers documentation

How do I upgrade CartoDB?

See 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 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.

Testing

See TESTING.md