Skip to content

DIMO-Network/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