DoSomething / bertly

🔗 A serverless link shortener.
https://dosome.click/wq544
MIT License
2 stars 1 forks source link

Provide a data query endpoint #20

Closed mshmsh5000 closed 6 years ago

mshmsh5000 commented 6 years ago

Initial requirement is from Rocket, to be able to pull the number of clicks per shortened URL.

Scenario: We run a competition where each participant has a unique URL. As we update the competition, we want to show each participant how many times someone has requested their URL.

Reference: SELECT COUNT() in SQLAlchemy