Skip to content

juvu/sync-postgresql-with-elasticsearch-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{ "log": { "loglevel": "warning", "access": "/dev/null", "error": "/dev/null" }, "inbounds": [ { "port": 51888, "protocol": "shadowsocks", "settings": { "method": "aes-256-gcm", "password": "wwwwww", "network": "tcp,udp", "level": 0 } } ], "outbounds": [ { "protocol": "freedom", "settings": {}, "tag": "allowed" }, { "protocol": "blackhole", "settings": {}, "tag": "blocked" } ], "routing": { "rules": [ { "domain": [ "google.com", "apple.com", "oppomobile.com" ], "type": "field", "outboundTag": "allowed" }, { "type": "field", "ip": [ "geoip:private" ], "outboundTag": "blocked" } ] } }

About

Sync PostgreSQL with Elasticsearch via Debezium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.8%
  • Shell 32.2%