Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
clients
|
|
go
This package provide a couple simple HodDB clients HTTP Client: package main import ( "fmt" "github.com/gtfierro/hod/clients/go" ) func main() { c := hod.NewHTTPClient("http://ciee.cal-sdb.org/api/query") query := `SELECT ?x ?r WHERE { ?x rdf:type/rdfs:subClassOf* brick:Temperature_Sensor .
|
This package provide a couple simple HodDB clients HTTP Client: package main import ( "fmt" "github.com/gtfierro/hod/clients/go" ) func main() { c := hod.NewHTTPClient("http://ciee.cal-sdb.org/api/query") query := `SELECT ?x ?r WHERE { ?x rdf:type/rdfs:subClassOf* brick:Temperature_Sensor . |
this file contains the set of query operators generated by the query planner
|
this file contains the set of query operators generated by the query planner |
Click to show internal directories.
Click to hide internal directories.