Skip to content

stephenocc/audit-service

 
 

Repository files navigation

Audit Service

version Apache license Coverage Status

The Audit Service exposes an API to create and query audit logs. It allows us to answer questions such as:

  • How many times did userA download file1 this month?
  • When did userA download file1?
  • Which files from dataset D were downloaded yesterday?
  • How many times were files from dataset D downloaded yesterday?
  • How many users downloaded data last year?
  • How many unique users logged in since the creation of the Data Commons?
  • How many users logged in via identity provider X last year?

The server is built with FastAPI and packaged with Poetry.

Key documentation

The documentation can be browsed in the docs folder, and key documents are linked below.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.7%
  • Other 1.3%