cvsa/doc/en/architecure/database-structure
2025-03-02 02:38:50 +08:00
..
README.md ref: separate fetching of aid list and video metadata 2025-03-02 02:38:50 +08:00
type-of-song.md ref: separate fetching of aid list and video metadata 2025-03-02 02:38:50 +08:00

Database Structure

CVSA uses PostgreSQL as our database.

All public data of CVSA (excluding users' personal data) is stored in a database named cvsa_main, which contains the following tables:

  • songs: stores the main information of songs
  • bili_user: stores snapshots of Bilibili user information
  • all_data: metadata of all videos in category 30.
  • labelling_result: Contains label of videos in all_datatagged by our AI system.