martiLQ/source/golang
meerkat 4fce39b348 Adding diagrams to the pattern 2021-12-13 00:36:23 +11:00
..
client/src Reviewing and corecting documentation 2021-12-12 23:14:23 +11:00
server Adding diagrams to the pattern 2021-12-13 00:36:23 +11:00
README.md Change from format tp contentType 2021-11-28 23:27:57 +11:00

README.md

Golang

There is a working prototype of the martiLQ framework in Go.

Check out the source code under client

The prototype is able to:

  • Initialise by creating a config file
  • Create a JSON martiLQ definition file based on files in a directory

Client

TO COME

Publish of Golang package is yet to occur. A binary executable will also be published for Linux and Windows of the prototype.

This will occur after merge of code into main branch.

Server

A web UI exists as a functionnal demonstration to view a collection of martiLQ definition files.

Docker

Please remember to copy documents into "docs" folder.


go env -w GOOS=linux
go env -w GOARCH=386
go build ./src/main.go

docker build -t martilq-go-server:latest .