@@ -116,15 +116,16 @@ Examples
116
116
- The :ref: `by-example ` section enumerates concise examples demonstrating the
117
117
different API interfaces of the CrateDB Python client library. Those are
118
118
DB API, HTTP, and BLOB interfaces.
119
+
119
120
- Executable code examples are maintained within the `cratedb-examples repository `_.
121
+ `sqlalchemy-cratedb `_, `python-dataframe-examples `_, and `python-sqlalchemy-examples `_
122
+ provide relevant code snippets about how to connect to CrateDB using
123
+ `SQLAlchemy `_, `pandas `_, or `Dask `_, and how to load and export data.
124
+
120
125
- The `sample application `_ and the corresponding `sample application
121
126
documentation `_ demonstrate the use of the driver on behalf of an example
122
- "guestbook" application.
123
- - ``sqlalchemy-cratedb `` has relevant code snippets about how to
124
- connect to CrateDB using `SQLAlchemy `_, `pandas `_, and `Dask `_.
125
- - `Use CrateDB with pandas `_ has corresponding code snippets about how to
126
- connect to CrateDB using `pandas `_, and how to load and export data.
127
- - The `Apache Superset `_ and `FIWARE QuantumLeap data historian `_ projects.
127
+ "guestbook" application, using Flask.
128
+
128
129
129
130
.. toctree ::
130
131
:maxdepth: 2
@@ -174,7 +175,7 @@ The project is licensed under the terms of the Apache 2.0 license, like
174
175
.. _Create an issue : https://github.com/crate/crate-python/issues
175
176
.. _Dask : https://en.wikipedia.org/wiki/Dask_(software)
176
177
.. _development sandbox : https://github.com/crate/crate-python/blob/master/DEVELOP.rst
177
- .. _cratedb-examples repository : https://github.com/crate/cratedb-examples/tree/main/by-language
178
+ .. _cratedb-examples repository : https://github.com/crate/cratedb-examples
178
179
.. _FIWARE QuantumLeap data historian : https://github.com/orchestracities/ngsi-timeseries-api
179
180
.. _GeoJSON : https://geojson.org/
180
181
.. _GeoJSON geometry objects : https://tools.ietf.org/html/rfc7946#section-3.1
@@ -184,6 +185,8 @@ The project is licensed under the terms of the Apache 2.0 license, like
184
185
.. _pandas : https://en.wikipedia.org/wiki/Pandas_(software)
185
186
.. _PEP 249 : https://peps.python.org/pep-0249/
186
187
.. _PyPy : https://www.pypy.org/
188
+ .. _python-dataframe-examples : https://github.com/crate/cratedb-examples/tree/main/by-dataframe
189
+ .. _python-sqlalchemy-examples : https://github.com/crate/cratedb-examples/tree/main/by-language/python-sqlalchemy
187
190
.. _sample application : https://github.com/crate/crate-sample-apps/tree/main/python-flask
188
191
.. _sample application documentation : https://github.com/crate/crate-sample-apps/blob/main/python-flask/documentation.md
189
192
.. _SQLAlchemy : https://en.wikipedia.org/wiki/Sqlalchemy
0 commit comments