This humble application provides an API that receives product analytics events and inserts them on elasticsearch to be queried on Kibana.
docker-compose build
docker-compose run --rm bundle exec web bundle
docker-compose run --rm bundle exec web rails db:setup
docker-compose up
Access localhost:3002/api-docs
to interact with the application using the swagger docs.