gabriele-tomassetti / conversion-service

The companion repository of the article https://tomassetti.me/so-much-data-so-many-formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Service to Convert Between Different Formats

This is the companion repository of the article So Much Data, So Many Formats: a Conversion Service. A tutorial that explains how to create a simple service to convert file between different formats.

This program supports a REST API and also a simple HTML UI to test it. It is the code for a tutorial, so it is not production-ready at all.

As any other .NET Core it can be run by using the command dotnet run.

This repository contains the code for the article. In the folder Examples there are a few examples files that can be used to test the application.

About

The companion repository of the article https://tomassetti.me/so-much-data-so-many-formats

License:Apache License 2.0


Languages

Language:JavaScript 58.0%Language:C# 34.1%Language:HTML 4.8%Language:ANTLR 3.1%