GitHunt
IG

igolopolosov/mapper-server

:floppy_disk: Backend microservice of `Mapper` project

Mapper-Server

Microservice which process source and template files to create multiple results. ๐ŸŽฌ

What is this for?

For example you have docx template and you want to get 100 pdf files. ๐ŸŒน
So you could take CSV file with 100 rows ๐Ÿšฃ. Every row has column titled as DATA_TITLE and contains data to fill template in.
Then you could add special markers ๐Ÿ”– like %DATA_TITLE% to docx file.
So when you send this two files (source and template file) ๐Ÿ“œ to microservice and get result of processing.

Use cases

  • Generating similar pdf files to send emails ๐Ÿ“ซ
  • Printing documents and forms ๐Ÿ“‘
  • Anything else ๐Ÿ‘พ

Powered by

  • ๐Ÿจ Go lang
  • ๐ŸŒบ Heroku

Languages

Go100.0%

Contributors

Created February 8, 2017
Updated March 14, 2021
igolopolosov/mapper-server | GitHunt