opentelemetry-sqlcommenter
opentelemetry-sqlcommenter copied to clipboard
Add proper self contained examples/tutorials for all languages and ORMs
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:
- (java/js/python/ruby) based microservice
- 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 ?
Sounds good. It would be lot easier this way than dealing with virtualenvs and installing db on local machine.