Skip to content

daiemna/go-data-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Data Collection

This service is intented to collect data using grpc using Go lang backend and cassandra DB as storage.

Dev Setup

make test_env
make test

Test Client

run test server

go run main.go --debug --config internal/config/testdir/config.yaml server

in another terminal

go run main.go --debug --config internal/config/testdir/config.yaml client

TODO:

  • convert cli client test to intigration test.
  • enable non timeseries data to be collected.
  • setup build pipeline.

Dependencies caveats

  • protoc-gen-go: go install google.golang.org/protobuf/cmd/protoc-gen-go
  • protoc-gen-go-grpc go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published