Description
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
- Apache Superset -- CrateDB + Apache Superset
- MLflow adapter for CrateDB -- CrateDB + MLflow
- CrateDB LangChain Adapter -- CrateDB + LangChain
- Supertask
- Records: SQL for Humans™ crate-clients-tools#161