All Projects → fabrom → Mirth Connect Docker

fabrom / Mirth Connect Docker

Licence: gpl-3.0
Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)

Projects that are alternatives of or similar to Mirth Connect Docker

Phpmyadmin sql backup
A Python script to automate SQL dumps via phpMyAdmin's web interface
Stars: ✭ 17 (-41.38%)
Mutual labels:  phpmyadmin, database, mysql
Eralchemy
Entity Relation Diagrams generation tool
Stars: ✭ 767 (+2544.83%)
Mutual labels:  database, mysql
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Stars: ✭ 6,252 (+21458.62%)
Mutual labels:  database, mysql
Goloquent
This repo no longer under maintenance, please go to https://github.com/si3nloong/sqlike
Stars: ✭ 16 (-44.83%)
Mutual labels:  database, mysql
Baikaldb
BaikalDB, A Distributed HTAP Database.
Stars: ✭ 707 (+2337.93%)
Mutual labels:  database, mysql
Db Dumper
Dump the contents of a database
Stars: ✭ 744 (+2465.52%)
Mutual labels:  database, mysql
Mysqlconnection
Simple library to make it much easier to use MySQL in Visual Studio projects
Stars: ✭ 6 (-79.31%)
Mutual labels:  database, mysql
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+21727.59%)
Mutual labels:  database, mysql
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-37.93%)
Mutual labels:  database, mysql
Reiner
萊納 - A MySQL wrapper which might be better than the ORMs and written in Golang
Stars: ✭ 19 (-34.48%)
Mutual labels:  database, mysql
Pecee Pixie
Lightweight, easy-to-use querybuilder for PHP inspired by Laravel Eloquent - but with less overhead.
Stars: ✭ 19 (-34.48%)
Mutual labels:  database, mysql
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+102903.45%)
Mutual labels:  database, mysql
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+92324.14%)
Mutual labels:  database, mysql
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+26493.1%)
Mutual labels:  database, mysql
Database rewinder
minimalist's tiny and ultra-fast database cleaner
Stars: ✭ 685 (+2262.07%)
Mutual labels:  database, mysql
Ansible Role Mysql
Ansible Role - MySQL
Stars: ✭ 826 (+2748.28%)
Mutual labels:  database, mysql
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (+2124.14%)
Mutual labels:  database, mysql
Laravel Db Snapshots
Quickly dump and load databases
Stars: ✭ 650 (+2141.38%)
Mutual labels:  database, mysql
Db Mysql
Stars: ✭ 22 (-24.14%)
Mutual labels:  database, mysql
Mariadb Container
MariaDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 19 (-34.48%)
Mutual labels:  database, mysql

mirth-connect-docker

Mirth-Connect Docker Stack :

  • Mirth-Connect container
  • NGINX container (forward HTTP to HTTPS reverse-proxy)
  • Mysql container
  • PHPMyAdmin container

Prerequirements

  • Docker
  • Java (for MirthConnect client)

Build Mirth-Connect docker image

> docker-compose build --force-rm --no-cache --pull --parallel

Start Mirth-Connect-Docker stack

Prepare local datas directories :

> ./init.sh

Eventually, add java db drivers to ./data/mirth-connect/custom-lib/ and edit ./data/mirth-connect/conf/dbdrivers.xml (see dbdrivers.example.xml)

Finally, start the stack

> docker-compose up -d

Stop Mirth-Connect-Docker stack

> docker-compose down

Connect to PHPMyAdmin

Connect to MySQL

Use your preferred MySQL client connected to localhost port 3306 (admin user: root / password: password)

Mirth database

  • database: mirth-test
  • user: mirth
  • password: password

Connect to Mirth-Connect

Double-click on ./webstart.jnlp to start the Mirth-Connect client (user: admin / password: admin )

or

browse to http://localhost:8080 to access web client.

Using host filesystem in MirthConnect

./data/mirth-connect/spools (host FS) mapped to /var/spool/mirth/ (Mirth container)

Using reverse-proxy in MirthConnect

Reverse-proxy hostname is rp-https

Change configuration

see ./mirth-connect/README.md

Forward HTTP sender to HTTPS destination

see ./rp-https/README.md

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].