Skip to content

z0s0/ads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack chosen:

  • Runtime system: Cats-Effect 3
  • Persistence storage: postgresql(for simplicity)
  • DB access: Doobie
  • Http-server: Http4s
  • Http-client for simulation: Sttp
  • Db migrations: flyway
  • Docs generation: Tapir

swagger docs: http://localhost:8080/docs/

DB Schema

  users
    id 
    username

  ads
    id 
    body
  
  impression
    id 
    user_id 
    ad_id 
    show_time 

  click 
    id 
    user_id 
    ad_id 
    action_time  
   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages