An open API service indexing awesome lists of open source software.

https://github.com/databendlabs/opensrv

opensrv for databend
https://github.com/databendlabs/opensrv

Last synced: about 1 year ago
JSON representation

opensrv for databend

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.