Skip to content
Ahoy, the Fate Weaver edited this page Sep 7, 2023 · 15 revisions

Oceanbase with Model UDF extension wiki

OK guys, all eyes on us, here, here, we have an announcement:

It is Python UDF extension for Oceanbase currently.

Conduct of git commit

COMMIT MESSAGE

  • init: for initial files committing.
  • feat: for adding features.
  • refactor: for code refactoring, change the structure of code for the same features.
  • fix: for bug fixing.
  • doc: adding doc files.
  • chore: other misc things, like refine the directory structure.

e.g. init: message.

CODE REVIEW

  1. Create a new branch.
  2. Push it to the remote. (better do "rebase" before pushing)
  3. Open a new pull request to ask to merge this new branch to dev4.1_main branch.
  4. Do Code review and merge code.

Conduct of code

Mostly follow Oceanbase's conduct of code.

see: https://www.oceanbase.com/docs/community-code-style-cn-10000000000018872

Link

OB develop doc

https://www.oceanbase.com/docs/community-developer-quickstart-10000000000627360

https://www.oceanbase.com/docs/community-developer-advance-10000000000627369

https://github.com/oceanbase/oceanbase/wiki

https://github.com/oceanbase/oceanbase/wiki/Compile

OB Manual doc

https://www.oceanbase.com/docs/community-developer-advance-10000000000627369

Maybe helpful material

https://dbhammer.github.io/2022/05/26/OceanBase%E6%80%A7%E8%83%BD%E8%B0%83%E4%BC%98.html

https://dbhammer.github.io/2022/05/11/OceanBase%E5%86%85%E6%A0%B8%E5%88%9D%E6%8E%A2.html