LSFLK / GIG-SDK

General Information Graph - Standard Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation of GIG SDK

Models, Enums, Tools, Libraries, and API call examples for GIG Development

See Libraries for generic functions.

Installation

go get github.com/lsflk/gig-sdk vX.X.X

Client Configuration

Configure the GigClient as below

gigClient := GigClient{
		ApiUrl:                 "http://localhost:9000/api/",
		ApiKey:                 "[ApiKey]",
		NerServerUrl:           "http://localhost:8080/classify",
		NormalizationServerUrl: "http://localhost:9000/api/",
		OcrServerUrl:           "http://localhost:8081/extract?url=",
	}

Build, Test, Publish

go mod tidy

./go_test.sh

git tag vX.X.X

git push origin vX.X.X

GOPROXY=proxy.golang.org go list -m github.com/lsflk/gig-sdk@vX.X.X

About

General Information Graph - Standard Development Kit

License:Apache License 2.0


Languages

Language:Go 99.9%Language:Shell 0.1%