opentelemetry-sqlcommenter icon indicating copy to clipboard operation
opentelemetry-sqlcommenter copied to clipboard

Add proper self contained examples/tutorials for all languages and ORMs

Open sjs994 opened this issue 4 years ago • 1 comments

Would it be a good idea to have self contained examples and tutorials for a new user to quickly try out sqlcommenter.

My thought process is something like a docker-compose/kubernetes based micro-service deployment, which would have different containers:

  1. (java/js/python/ruby) based microservice
  2. database container like postgres/mysql

And showing the comments on the log files.

Something like this demo app i created: https://github.com/sjs994/sqlcommenter-otel-demo ?

sjs994 avatar Oct 01 '21 19:10 sjs994

Sounds good. It would be lot easier this way than dealing with virtualenvs and installing db on local machine.

srikanthccv avatar Oct 02 '21 09:10 srikanthccv