Changelog

How we move forward

v0.2.4

  • Internal release & infra changes

v0.2.3

  • Collect realistic data for our live demo
  • Landing page
    • Privacy Policy (starter pack I guess)
    • Data policy
    • Terms of use
    • About us
    • Footer
    • Add chart example image to home page
  • Interactive charts Live Demo!
    • Pick event category/name from input boxes
    • Pick event time relation from input boxes
    • Visits chart
    • Geo-chart (visits by country)
    • Classic funnel chart
  • Move Collector.UserAgent.Config to Collector.Config (and it will include configs for Event processing settings, UserAgent lookups, etc)
  • Store events names,categories separately into Clickhouse materialized view
  • HAProxy setup
  • Basic funnel chart of 2-events chain, showing Search bots, Bad bots, Suspicious users and Good visits

v0.2.2

  • Adjust project layout, documentation and test to follow latest changes of v0.2.1

v0.2.1

  • POST controller to insert events
  • Processing Events pipeline (in memory queue, Broadway, validation and basic user_id + user_score)
  • Advanced benchmarks to test service stability under load

v0.1.1

  • Update README with release process
  • Add Basic auth guard to production (to allow private beta)

v0.1.0

  • Initial commit