open-telemetry / opentelemetry-sqlcommenter

SQLCommenter components for various languages
Apache License 2.0
27 stars 12 forks source link

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

Open sjs994 opened 3 years ago

sjs994 commented 3 years ago

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 ?

srikanthccv commented 3 years ago

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