A containerised Go swagger API to capture orders, write them to MongoDb.
The following environment variables need to be passed to the container:
ENV TEAMNAME=[YourTeamName]
ENV MONGOHOST="mongodb://[mongoinstance].[namespace]"
ENV RABBITMQHOST=amqp://[url]:5672
ENV PARTITIONKEY=[0,1,2]
ENV EVENTURL="https://[youreventhub].servicebus.windows.net/[eventhubname]"
ENV EVENTPOLICYNAME="[policy key name]"
ENV EVENTPOLICYKEY="[policy key]"