iby-dev / ExperimentationLite-API

A fork of the Experimentation-Api that uses LiteDb instead of MongoDb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExperimentationLite-API

A fork of the Experimentation-Api that uses LiteDb instead of MongoDb - making this version of the Experimentation-Api a proper stateful self enclosed microservice.

A proper write up will be added soon but for now this new api functions and behaves exactly the same as the Experimentation-Api.

Differences in Implementation

There are no behavioural or functional differences between the two different implementations. There are however a few implementation differences with the main being that the LiteDb driver does not provide async support, where as the MongoDb driver does. Other than that the two implementations are virtual indentical. This fork of the Experimentation-Api however has one crucial difference and edge over the Experimentation-Api and that is you do not need to set-up any Dbs to get it up and running. It compiles and runs straight out of the box. Leaving you the challenge of deploying it somewhere for you to consume it somehow.

Anyways that's enough for now.

About

A fork of the Experimentation-Api that uses LiteDb instead of MongoDb.

License:MIT License


Languages

Language:C# 100.0%