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
CrateDB is special when compared to other databases, foremost because it's an OLAP database instead of an OLTP database.
That means downstream applications and frameworks may need to consider using some of the special Support Features of CrateDB's SQLAlchemy dialect implementation, in order to compensate for certain database features missing that are ubiquitous on traditional OLTP RDBMS.
Proposal
In this spirit, and to educate readers and increase visibility, it makes sense to spend a dedicated section within the documentation, enumerating all the downstream applications and frameworks, where CrateDB offers dedicated and reasonably verified support for.
As a start, it can be as simple as a basic "Used by" enumeration.
Relevant information, mostly located within the source code of corresponding repositories, conveys details how to »make things work with CrateDB«, so it delivers important insights and blueprints for others to get inspired about how to design adapters for other applications and frameworks, even in different programming languages than Python.
amotl
changed the title
Documentation feedback on /docs/index.rst: Gallery-like enumeration of supported applications and frameworks
Documentation feedback on /docs/index.rst: "Used by" enumeration of supported applications and frameworks
Dec 9, 2024
amotl
changed the title
Documentation feedback on /docs/index.rst: "Used by" enumeration of supported applications and frameworks
Documentation feedback: Add "Used by" enumeration of supported applications and frameworks
Dec 9, 2024
amotl
changed the title
Documentation feedback: Add "Used by" enumeration of supported applications and frameworks
Documentation feedback: Add "Used by" gallery of supported applications and frameworks
Dec 9, 2024
Documentation feedback
CrateDB is special when compared to other databases, foremost because it's an OLAP database instead of an OLTP database.
That means downstream applications and frameworks may need to consider using some of the special Support Features of CrateDB's SQLAlchemy dialect implementation, in order to compensate for certain database features missing that are ubiquitous on traditional OLTP RDBMS.
Proposal
In this spirit, and to educate readers and increase visibility, it makes sense to spend a dedicated section within the documentation, enumerating all the downstream applications and frameworks, where CrateDB offers dedicated and reasonably verified support for.
As a start, it can be as simple as a basic "Used by" enumeration.
Relevant information, mostly located within the source code of corresponding repositories, conveys details how to »make things work with CrateDB«, so it delivers important insights and blueprints for others to get inspired about how to design adapters for other applications and frameworks, even in different programming languages than Python.
Examples
Backlog
The text was updated successfully, but these errors were encountered: