CartoDB-SQL-API/doc/libraries_support.md

31 lines
1.7 KiB
Markdown
Raw Normal View History

# Libraries in Different Languages
2015-10-22 17:43:14 +08:00
To make things easier for developers, we provide client libraries for different programming languages and caching functionalities.
- **R**
To help more researchers use CARTO to drive their geospatial data, we have released the R client library. [Fork it on GitHub!](https://github.com/Vizzuality/cartodb-r)
2015-10-22 17:43:14 +08:00
- **NODE.js**
This demo app authenticates with your CARTO and shows how to perform read and write queries using the SQL API. [Fork it on GitHub!](https://github.com/Vizzuality/cartodb-nodejs)
2015-10-22 17:43:14 +08:00
- **PHP**
The PHP library provides a wrapper around the SQL API to get PHP objects straight from SQL calls to CARTO. [Fork it on GitHub!](https://github.com/Vizzuality/cartodbclient-php)
2015-10-22 17:43:14 +08:00
- **PYTHON**
Provides API Key access to SQL API. [Fork it on GitHub!](https://github.com/vizzuality/cartodb-python)
- **JAVA**
Very basic example of how to access CARTO SQL API. [Fork it on GitHub!](https://github.com/cartodb/cartodb-java-client)
2015-10-22 17:43:14 +08:00
- **NET**
.NET library for authenticating with CARTO using an API Key, based on work started by [The Data Republic](http://www.thedatarepublic.com/). [Fork it on GitHub!](https://github.com/thedatarepublic/CartoDBClientDotNET)
2015-10-22 17:43:14 +08:00
- **Clojure**
Clojure library for authenticating with CARTO, maintained by [REDD Metrics](http://www.reddmetrics.com/). [Fork it on GitHub!](https://github.com/reddmetrics/cartodb-clj)
2015-10-22 17:43:14 +08:00
- **iOS**
Objective-C library for interacting with CARTO in native iOS applications. [Fork it on GitHub!](https://github.com/jmnavarro/cartodb-objectivec-client)
2016-12-08 23:41:54 +08:00
- **Golang**
2016-12-09 02:46:10 +08:00
A Go client for the CARTO SQL API that supports authentication using an API key. [Fork it on GitHub!](https://github.com/agonzalezro/cartodb_go)