martiLQ/source/golang
meerkat 2428dcbf58 Implementation of a definition browser 2021-11-24 22:58:11 +11:00
..
client/src Created basic golang server for display results 2021-11-21 21:36:20 +11:00
server Implementation of a definition browser 2021-11-24 22:58:11 +11:00
README.md Implementation of a definition browser 2021-11-24 22:58:11 +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


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

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