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

https://github.com/oceanbase/oblogclient

A Java library to get commit log data from OceanBase.
https://github.com/oceanbase/oblogclient

binlog cdc oblogproxy oceanbase

Last synced: 6 months ago
JSON representation

A Java library to get commit log data from OceanBase.

Awesome Lists containing this project

README

          

OceanBase Log Client
--------------------

English | [简体中文](README_CN.md)

[![Build Status](https://github.com/oceanbase/oblogclient/actions/workflows/maven_build_master.yml/badge.svg?branch=master)](https://github.com/oceanbase/oblogclient/actions/workflows/maven_build_master.yml)
[![Release](https://img.shields.io/github/release/oceanbase/oblogclient.svg)](https://github.com/oceanbase/oblogclient/releases)
[![License](https://img.shields.io/github/license/oceanbase/oblogclient)](LICENSE)

OceanBase Log Client is a library for obtaining the commit log of [OceanBase](https://github.com/oceanbase/oceanbase).

Getting Started
---------------

You can use this library with [oblogproxy](https://github.com/oceanbase/oblogproxy) to get the commit log of OceanBase. See the [LogProxy client tutorial](docs/quickstart/logproxy-client-tutorial.md) for more details.

Communication
---------------
* [GitHub Issues](https://github.com/oceanbase/oblogclient/issues) (Bug reports, feature requests)
* [Official Forum](https://ask.oceanbase.com/) (Q&A, ideas, general discussion)
* DingTalk Group (Q&A, general discussion): 33254054

License
-------
See [LICENSE](LICENSE) for more information.