Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lingo-db/lingo-db
LingoDB: A new analytical database system that blurs the lines between databases and compilers.
https://github.com/lingo-db/lingo-db
database mlir
Last synced: 14 days ago
JSON representation
LingoDB: A new analytical database system that blurs the lines between databases and compilers.
- Host: GitHub
- URL: https://github.com/lingo-db/lingo-db
- Owner: lingo-db
- License: mit
- Created: 2022-07-01T09:31:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T06:17:55.000Z (11 months ago)
- Last Synced: 2024-08-01T03:29:55.425Z (3 months ago)
- Topics: database, mlir
- Language: C++
- Homepage: https://www.lingo-db.com
- Size: 54.6 MB
- Stars: 199
- Watchers: 7
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- stars - lingo-db/lingo-db
README
# LingoDB
LingoDB is a cutting-edge data processing system that leverages compiler technology to achieve unprecedented flexibility and extensibility without sacrificing performance. It supports a wide range of data-processing workflows beyond relational SQL queries, thanks to declarative sub-operators. Furthermore, LingoDB can perform cross-domain optimization by interleaving optimization passes of different domains and its flexibility enables sustainable support for heterogeneous hardware.# Using LingoDB
You can try out LingoDB throuh different ways:
1. Use the hosted [SQL Webinterface](https://www.lingo-db.com/interface/)
2. Use the python package: `pip install lingodb`
3. Use the [docker image](https://github.com/lingo-db/lingo-db/pkgs/container/lingo-db)
4. Build it yourself by following the [documentation](https://www.lingo-db.com/docs/gettingstarted/install/#building-from-source)## Documentation
For LingoDB's documentation, please visit [the documentation website](https://www.lingo-db.com/docs/) based on [this github repo](https://github.com/lingo-db/docs).