This Kinetica reader and writer plug-in enables FME to read attribute data from Kinetica and write attribute data to Kinetica. General geometric data can be stored as WKT in a standard string field and geometric points can be stored as a pair of float fields. While there are no specific geometric field types, Kinetica can render WKT and coordinates as WMS maps and have functions which operate on them.
The connector API, source code, and install/config instructions can be found at:
Format Type Identifier | KINETICA |
Reader/Writer | Both |
Licensing Level | FME Professional Edition & up |
Typical File Extensions | N/A |
Generic Color Support | N/A |
Schema Required | Yes |
Transaction Support | No |
Geometry Type Attribute | WKT |
Kinetica supports any geometry which can be expressed in WKT format. Additionally, point data can be stored in longitude and latitude fields.
WKT
. Available when
Write Geometry is checked.x
, but
another field name can be specified. Available when Write Points
is checked.y
, but
another field name can be specified. Available when Write Points
is checked.To access User Attributes, open the Feature Type dialog by clicking the gear button on a feature type in the workspace. These parameters are applicable only to the selected feature type.
The User Attributes of the Feature Type are listed on the User Attributes tab.
The Kinetica writer supports the following types:
Additionally, you can specify fields as primary_key, and give them data handling properties like text_search, disk_optimized, and store_only.
Data in Kinetica can be viewed and edited through the Kinetica Administration Application (GAdmin).