Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #9760] Add postgres as an alternative external data source #9761

Closed
wants to merge 13 commits into from

Conversation

cloorc
Copy link

@cloorc cloorc commented Dec 29, 2022

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

Add postgres as an alternative external data source support besides mysql.

Brief changelog

  1. Append new data source constant after DataSourceConstant#MYSQL;
  2. Add new postgres mapper implementation;
  3. Add UNIT-tests about this external data source implementation;
  4. Add an integration of docker image in module nacos-distribution(optional, but mostly enough for deployment);

Verifying this change

Fix #9760 #9499

@CLAassistant
Copy link

CLAassistant commented Dec 29, 2022

CLA assistant check
All committers have signed the CLA.

@cloorc cloorc changed the title [ISSUE #9760] Add postgres as external data source support [ISSUE #9760] Add postgres as an alternative external data source Dec 29, 2022
@wuchubuzai2018
Copy link
Contributor

你这个应该会被关闭掉,官方不允许提交数据库插件到主仓库

@cloorc
Copy link
Author

cloorc commented Jan 1, 2023

你这个应该会被关闭掉,官方不允许提交数据库插件到主仓库

Sorry, I don't know this policy. Why should be like this?

@KomachiSion
Copy link
Collaborator

Please submit plugin to https://github.com/nacos-group/nacos-plugin

@KomachiSion
Copy link
Collaborator

There are some one has submit Postgresql plugin nacos-group/nacos-plugin#18

@KomachiSion KomachiSion closed this Jan 3, 2023
@dylan-tao
Copy link

目前我这边已经开源支持postgresql的nacos-2.2.0版本(已投产),可以直接食用:https://github.com/dylan-tao/nacos-gaussdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add postgresql as external data source support
5 participants