Skip to content

cbdb-project/cbdb_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbdb_sqlite

You can download the latest SQLite release of the China Biographical Database at the following page.

Check latest.json for the current release date, filename, SHA-256 checksum, and direct download URL.

Post-processing (optional)

The raw database export does not include convenience views or the denormalised ADDRESSES table. Use the scripts in scripts/ to add them, or run the one-click Colab notebook:

What you want How to get it
Everything in one click Open in Colab
Foreign key constraints python scripts/add_foreign_keys.py --db latest.db
18 convenience views bash scripts/create_views.sh latest.db
ADDRESSES hierarchy table python scripts/create_addresses_table.py --db latest.db

See scripts/README.md for full documentation.

Data Limitations

  • The ZZZ releases are now deprecated in favor of views. Use create_views.sh to create views in the SQLite file.

Historical releases

For historical SQLite databases:

The released database file in GitHub repository is no longer updated.

About

The latest SQLite version of the China Biographical Database

Resources

Stars

193 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors