Sign inSign up

callstats/collab-notes-service

By callstats

Updated over 4 years ago

collab-notes-service

Image
0

10K+

callstats/collab-notes-service repository overview

Collab-Notes service

This service manages collaboration notes use cases

TODO

  1. Add Readme
  2. Define proto definition
  3. Create dump service
  4. Refactor dashboard to use service client (stubs)
  5. Implement logic for interaction
  6. Add storage (mongo)
  7. Remove vendoring bloat

Supported Usecases

  1. Creation of notes
  2. Retrieving all notes by app_id, conf_id, uc_id, (paging not supported)

TODO init repo in standart way

API

Communication is done via grpc calls

  1. GetAll (Filter) returns (NotesDTO)
  2. SaveNote (Note) returns (Response)
Get started
  1. Clone and install
$ git clone https://github.com/callstats-io/collab-notes-service.git
$ cd collab-notes-service

  1. Set environment variables:

Environment variables to run application

Tag summary

Content type

Image

Digest

Size

212.4 MB

Last updated

over 4 years ago

docker pull callstats/collab-notes-service