nodb | Moved https : //gitea.com/lunny/nodb | SQL Database library
kandi X-RAY | nodb Summary
kandi X-RAY | nodb Summary
Nodb is a fork of ledisdb and shrink version. It's get rid of all C or other language codes and only keep Go's. It aims to provide a nosql database library rather than a redis like server. So if you want a redis like server, ledisdb is the best choose. Nodb is a pure Go and high performance NoSQL database library. It supports some data structure like kv, list, hash, zset, bitmap, set. Nodb now use goleveldb as backend to store data.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nodb
nodb Key Features
nodb Examples and Code Snippets
Community Discussions
Trending Discussions on nodb
QUESTION
back ground info: recently we upgraded the airflow from 2.10.14 to 2.1.3, the pgbouncer was using customised container built from azure microsoft image (mcr.microsoft.com/azure-oss-db-tools/pgbouncer-sidecar:latest).
the customised pgbouncer stopped working, it instead connects to the main postgresql server now.
so I now try to use pgbouncer deployed by airflow 2.1.3 (helm chart 8.5.2) instead (https://artifacthub.io/packages/helm/airflow-helm/airflow/8.5.0#how-to-use-an-external-database), and have problems.
Below is the key info
in my values.yaml file, key info is like below
...ANSWER
Answered 2021-Dec-25 at 10:28We had 2 options to the problem (note, our airflow chart is the community chart version 8.5.2), and we chose the 1st option. When looking back, option 2 would have been easier, and would have required almost no change, once the next release has it fixed properly.
- Given the fact that
community airflow chart version 8.5.2 built-in pgbouncer defaults the auth type to a fixed value, which if the pgbouncer connects to azure postgresql single server, it will fail
, one can choose tonot use
pgbouncer provided by the 8.5.2 version chart, i.e.pgbouncer=false
, and then deploy their own pgbouncer (usehelm and kubecetl
etc), and in the airflowvalues.yaml
file pointexternalDatabase
host to thepgbouncer
service. we chose this approach:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nodb
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page