Skip to content

Example to connect the Enmeshed Connector to a Postgres DB using FerretDB

License

Notifications You must be signed in to change notification settings

jkoenig134/nmshd_ferret_connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmshd_ferret_connector

This little example aims to show how to connect the Enmeshed Business Connector to a PostgreSQL database using FerretDB.

FerretDB is currently in early stages and it is not recommended to run a connector on it for production usage.

Prerequisites

  • docker
  • docker compose

Running the example

  • replace <client-id> and <client-secret> in config.json
  • run docker compose up -d

Run on an existing PostgreSQL database

  • create the acc-ferret_demo schema in your database
  • remove the postgres service from the docker-compose.yml
  • update the postgresql-url for the ferretdb service in the docker-compose.yml
  • run docker compose up -d

Accessing the Connector

  • Docs => api key: xyz
  • Programatically using the baseUrl http://localhost:8080 and the api key xyz

About

Example to connect the Enmeshed Connector to a Postgres DB using FerretDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages