https://github.com/databendlabs/opensrv
opensrv for databend
https://github.com/databendlabs/opensrv
Last synced: about 1 year ago
JSON representation
opensrv for databend
- Host: GitHub
- URL: https://github.com/databendlabs/opensrv
- Owner: databendlabs
- License: apache-2.0
- Created: 2022-03-08T03:57:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T01:02:05.000Z (over 1 year ago)
- Last Synced: 2025-03-30T05:06:49.362Z (about 1 year ago)
- Language: Rust
- Size: 324 KB
- Stars: 67
- Watchers: 7
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenSrv
[![Build Status]][actions]
[Build Status]: https://img.shields.io/github/actions/workflow/status/datafuselabs/opensrv/ci.yaml?branch=main
[actions]: https://github.com/datafuselabs/opensrv/actions?query=branch%3Amain
Async bindings for emulating database servers. Currently, support for ClickHouse and MySQL/MariaDB is provided.
## Status
OpenSrv is in **alpha** stage, the goal is to provide high performance and highly reliable service compatibility for Databend and others. Welcome any feedback at [Discussions](https://github.com/datafuselabs/opensrv/discussions)!
## Examples
You may be looking for:
- [ClickHouse Examples](./clickhouse/examples)
- [MySQL/MariaDB Examples](./mysql/examples)
## Projects
- [Databend](https://github.com/datafuselabs/databend/): A powerful cloud data warehouse. Built for elasticity and efficiency. Free and open. Also available in the cloud:
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb): An open-source, cloud-native, distributed time-series database.
- [CeresDB](https://github.com/CeresDB/ceresdb): A high-performance, distributed, cloud native time-series database that can handle both time-series and analytics workloads.
## Contributing
Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on getting started with contributing to this project.
## Getting help
Submit [issues](https://github.com/datafuselabs/opensrv/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/datafuselabs/opensrv/discussions/new?category=q-a).
## License
Licensed under Apache License, Version 2.0.