README.md 1.2 KB
Newer Older
O
oceanbase-admin 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# OceanBase Database Proxy

TODO: some badges here

OceanBase Database Proxy (ODP for short) is a dedicated proxy server for OceanBase Database. OceanBase Database stores its user data in multiple copies on different OBServers. ODP receives the SQL requests from the users, transfers the SQL requests to the target OBServer, then returns the execution results to the users.

## Quick start

Refer to the Get Started guide [link TODO] to try out ODP.

## Documentation

- English [link TODO]
- Simplified Chinese (简体中文) [link TODO]

## Licencing

ODP is under [MulanPubL - 2.0](https://license.coscl.org.cn/MulanPubL-2.0/index.html) licence. You can freely copy and use the source code. When you modify or distribute the source code, please obey the MulanPubL - 1.0 licence.

## Contributing

Contributions are warmly welcomed and greatly appreciated. Here are a few ways you can contribute:

- Raise us an issue [link TODO].
- Submit Pull Requests. For details, see [How to contribute](CONTRIBUTING.md).

## Support

S
SIGSEGV 已提交
29
In case you have any problems when using OceanBase Database, welcome reach out for help:
O
oceanbase-admin 已提交
30 31 32 33

- GitHub Issue [link TODO]
- Official forum [link TODO]
- Knowledge base [link TODO]