Licensing options for this format begin with FME Professional Edition.
FME provides read and write access to CartoDB databases. CartoDB databases may contain tables. FME treats these tables as feature types, and can read features from them, as well as write features to them. FME treats each column in a table as an attribute, and each row as a feature.
CartoDB is a Software as a Service (SaaS) cloud computing platform that provides GIS and web mapping tools for display in a web browser. CartoDB is open source, so users can either make use of the CartoDB web platform, or they can deploy their own instance of the software.
CartoDB is based on PostgreSQL and PostGIS as an underlying database.
More information about the CartoDB can be found at www.cartodb.com.
The CartoDB reader supports reading multiple tables from the same CartoDB account. Because of this, a separate reader must be created for each CartoDB account.
The tables must be defined in the workspace before they can be read.
The CartoDB writer module stores attribute records into a Table associated with a CartoDB account. The CartoDB writer provides the following capabilities:
The CartoDB writer uses the information within the FME workspace to automatically create CartoDB Tables as required. All tables will be created when the first input feature is processed. If no features are sent to a feature type, then the corresponding table will not be created.
Notes:
If the Table Handling Format Parameter for a feature type is set to Drop and Create, then the writer will drop and re-create the table before writing any features to it.
Tables will be overwritten when the first input feature is processed. If no features are sent to a feature type, then the corresponding table will not be overwritten.
FME Knowledge Center