martiLQ/source/golang
meerkat d5d4df7874 More descriptions and refafdtor names
Adding Acknowledge
2021-12-11 17:27:37 +11:00
..
client/src More descriptions and refafdtor names 2021-12-11 17:27:37 +11:00
server More descriptions and refafdtor names 2021-12-11 17:27:37 +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 .