CartoDB-SQL-API/doc/libraries_support.md

1.6 KiB

Libraries in Different Languages

To make things easier for developers, we provide client libraries for different programming languages and caching functionalities.

  • R
    To help more researchers use CartoDB to drive their geospatial data, we have released the R client library. Fork it on GitHub!

  • NODE.js
    This demo app authenticates with your CartoDB and shows how to perform read and write queries using the SQL API. Fork it on GitHub!

  • PHP
    The PHP library provides a wrapper around the SQL API to get PHP objects straight from SQL calls to CartoDB. Fork it on GitHub!

  • PYTHON
    Provides API Key access to SQL API. Fork it on GitHub!

  • JAVA
    Very basic example of how to access CartoDB SQL API. Fork it on GitHub!

  • NET
    .NET library for authenticating with CartoDB using an API Key, based on work started by The Data Republic. Fork it on GitHub!

  • Clojure
    Clojure library for authenticating with CartoDB, maintained by REDD Metrics. Fork it on GitHub!

  • iOS
    Objective-C library for interacting with CartoDB in native iOS applications. Fork it on GitHub!