Skip to content

Fork Nacos-Plugin, handle multiple datasource

License

Notifications You must be signed in to change notification settings

fuhouyu/nacos-plugin

 
 

Repository files navigation

nacos-plugin

A collection of Nacos plug-ins that provide pluggable plug-in capabilities for Nacos and support user customization and high scalability


简介

该仓库从nacos-plugin fork,主要为了处理数据源的适配。

已构建好的docker镜像:nacos-server-multiple-datasource

自dockerfile中进行构建:

mvn clean install -DskipTests
export DATASOURCE_TYPE=postgresql
export TAG=test:0.0.1
docker buildx build  --platform linux/amd64,linux/arm64 --build-arg DATASOURCE_PLUGIN=nacos-${DATASOURCE_TYPE}-datasource-plugin-ext -t ${TAG} -f build/datasource/datasource-plugin-ext.Dockerfile . --push

About

Fork Nacos-Plugin, handle multiple datasource

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.5%
  • PLpgSQL 21.7%
  • TSQL 1.9%
  • Shell 1.3%
  • Dockerfile 0.6%