Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shanepeckham/fulfillorderack

A containerised Go swagger API to fulfill orders and commit them to MongoDB
https://github.com/shanepeckham/fulfillorderack

aks-kubernetes-cluster docker golang kubernetes mongodb swagger-api

Last synced: 2 months ago
JSON representation

A containerised Go swagger API to fulfill orders and commit them to MongoDB

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/shanepeckham/fulfillorderack/tree/master.svg?style=svg)](https://circleci.com/gh/shanepeckham/fulfillorderack/tree/master)

### FulfillOrder - TACK

A containerised Go swagger API to fulfill orders and commit them to MongoDB

The following environment variables need to be passed to the container:

### ACK Logging
```
ENV TEAMNAME=[YourTeamName]
```
### For Mongo
```
ENV MONGOHOST="mongodb://[mongoinstance].[namespace]"
```
### File mount
```
/orders
```