Skip to content
/ morpher Public

Morpher is a simple microservice that converts XML strings to JSON.

License

Notifications You must be signed in to change notification settings

r3d5un/morpher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morpher

Morpher is a simple microservice that converts XML strings to JSON.

Originally intended to be a reference project, additional methods have been added to handle BIS formatted documents, such as invoices.

Build and Run

Docker

Using the Flask (development) server:

docker build --target development -t morpher . && docker run -p 8888:8888 morpher 

Using the Gunicorn (production) server:

docker build -t morpher . && docker run -p 8888:8888 morpher 

About

Morpher is a simple microservice that converts XML strings to JSON.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published