Skip to content

Commit 217463a

Browse files
committed
Fix Github markdown formatting
1 parent a7edda7 commit 217463a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • custom-data-connector/postgresdb-ref-impl-data-connector

custom-data-connector/postgresdb-ref-impl-data-connector/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Reference Data Connector for PostgreSQL
1+
# Reference Data Connector for PostgreSQL
22

33
Custom Data Connectors allow the Predix Analytics service to read and write the analytic data from the external data sources.
44
This implementation is a reference implementation for reading or writing data to a Postgres data source.
@@ -37,7 +37,7 @@ and “vibration”.
3737
The selection of which schema is to be used can be done through the custom attributes in orchestration
3838
execution request as specified in the section below.
3939

40-
##Generic Schema (sensor_data)
40+
## Generic Schema (sensor_data)
4141

4242

4343
Schema for sensor_data table:
@@ -287,7 +287,7 @@ Write Response:
287287
}
288288
```
289289

290-
##Normalized Schema (turbine_compressor)
290+
## Normalized Schema (turbine_compressor)
291291

292292
Schema for turbine_compressor table:
293293
```
@@ -534,7 +534,7 @@ Write Response:
534534
}
535535
}
536536
```
537-
##Port-to-Field Map
537+
## Port-to-Field Map
538538
When this data connector service is integrated with Predix Analytics service, the port-to-field maps of the orchestrations should be configured to point to this datasource. The port-to-field map for the orchestration which needs to use a custom data connector would be specified
539539
as follows:
540540

@@ -640,7 +640,7 @@ as follows:
640640
}
641641
```
642642

643-
##Orchestration Execution Request
643+
## Orchestration Execution Request
644644
The payload for the orchestration Execution Request would be as follows:
645645
[Note the use of custom attributes to pass to the external data connector implementation. This would let the
646646
orchestration engine know whether to use the generic or the normalized schema]
@@ -667,7 +667,7 @@ orchestration engine know whether to use the generic or the normalized schema]
667667
}
668668
```
669669

670-
##Generating skeleton implementation
670+
## Generating skeleton implementation
671671

672672
This reference implementation is based on the source code generated from the CustomDataProviderServiceImpl.wadl file located under /src/main/resources/wadl. To generate the source code from the wadl file, please use ‘mvn clean install -P wadl2java’ command. NOTE: Running this command would overwrite the existing add-on implementation with the generated code. Please use with care.
673673

0 commit comments

Comments
 (0)