Skip to content

LDMO-Dev/telemetry-api

 
 

Repository files navigation

telemetry-api

A GraphQL API for telemetry data from dimo devices.

Run make to see some helpful sub-commands:

% make

Specify a subcommand:

  build                Build the binary
  run                  Run the binary
  clean                Remove previous built binaries
  tidy                 tidy go modules
  test                 Run tests
  lint                 Run linter
  gqlgen               Generate gqlgen code.
  gql-model            Generate gqlgen data model.
  gql                  Generate all gql code.
  generate             Runs all code generators for the repository.
  tools-gqlgen         install gqlgen tool
  tools-model-garage   install model-garage tool
  tools-golangci-lint  install golangci-lint tool
  tools-mockgen        install mockgen tool
  tools                Install all tools required for development.

License

Apache 2.0

About

GraphQL API for accessing telemetry data for DIMO devices

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 97.7%
  • Go Template 1.4%
  • Other 0.9%