Skip to content
/ GIG-SDK Public
forked from LSFLK/GIG-SDK

General Information Graph - Standard Development Kit

License

Notifications You must be signed in to change notification settings

LDFLK/GIG-SDK

 
 

Repository files navigation

Documentation of GIG SDK

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

See Libraries for generic functions.

See Crawlers for sample PDF crawler.

See Request Handlers for sample API calls.

Configuration

Copy config.go.example and create a new file named config.go

Change GIG server urls in config.go

var ApiUrl = "http://localhost:9000/api/"
var NERServerUrl = "http://127.0.0.1:8080/classify"
var NormalizeServer = "http://localhost:9000/api/normalize"

About

General Information Graph - Standard Development Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Shell 0.1%