Skip to content

Commit

Permalink
Update doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_arcgis_feature…
Browse files Browse the repository at this point in the history
…table_sink.md

Co-authored-by: Fermín Galán Márquez <[email protected]>
  • Loading branch information
danielvillalbamota and fgalan authored Dec 11, 2023
1 parent d598188 commit 942632f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Argis feature tables must be provisioned before sending entities.
#### <a name="section1.2.1"></a>ArcGis databases naming conventions
Each entity type needs an url and an unique field to be persisted into the feature table.

NGSIArcgisFeatureTableSink composes each table's url with entitie's `service` and `service path`, to provide multiple tables access. The final url is compounds by `cygnus-ngsi.sinks.arcgis-sink.arcgis_service_url`+`fiware-service`+`fiware-servicepath`.
NGSIArcgisFeatureTableSink composes each table's url with entitie's `service` and `service path`, to provide multiple tables access. The final url is composed of `cygnus-ngsi.sinks.arcgis-sink.arcgis_service_url`+`fiware-service`+`fiware-servicepath`.

Unique field is provided to allow `NGSIArcgisFeatureTableSink` to update existant entities. NGSI `entity type` will be used as unique field name. This means that a feature named `type` in the Feature Table cannot be filled in by the sink. If Feature Table needs to persist the value of entity type it has to be in a feature different than `type`.

Expand Down

0 comments on commit 942632f

Please sign in to comment.