You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Sphinx/GettingStarted.rst
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Follow the steps below to run this example.
128
128
#. In your command window you should see a message indicating that the service
129
129
is running along with instructions for accessing the service.
130
130
131
-
ODM SQL Server Example
131
+
ODM 1.1 SQL Server Example
132
132
----------------------
133
133
134
134
This example is located in the **examples/flask/odm_1_1** folder.
@@ -159,6 +159,29 @@ Follow the steps below to run this example.
159
159
#. In your command window you should see a message indicating that the service
160
160
is running along with instructions for accessing the service.
161
161
162
+
ODM1Services
163
+
164
+
ODM 2 SQL Server Example
165
+
----------------------
166
+
167
+
This example is located in the **examples/flask/odm2** folder.
168
+
169
+
These examples show how to access Observations Data Model (ODM2) databases in PostgreSQL/Mysql Server.
170
+
The example for ODM2 measurement data uses the Marchantaria Time Series ODM2 PostgreSQL database from the ODM2 github at https://github.com/ODM2/ODM2/tree/master/usecases/marchantariats.
171
+
And the example for ODM2 timeseries uses Little Bear River Test ODM2 Mysql Database from ODM2 github at https://github.com/ODM2/ODM2/tree/master/usecases/littlebearriver/sampledatabases.
172
+
173
+
Follow the steps below to run this example.
174
+
175
+
#. Install PostgreSQL or Mysql Server based on the data use cases.
176
+
#. Download ODM2 database from the ODM2 github at above URLs.
177
+
#. Download the ODM2API (https://github.com/ODM2/ODM2PythonAPI/tree/setup). At **src** folder, enter this command: ``python setup.py install``.
178
+
#. Determine the database connection string. **odm2_connection_string** set to a SQLAlchemy-compatible
179
+
database connection string for the ODM2 database, e.g.,
0 commit comments