Skip to content

akestner/crunchbase-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crunchbase DB (2013)

Includes data dump (in ./data) from historical Crunchbase DB.

See https://data.crunchbase.com/docs/2013-snapshot for more info.

Database Schema

Crunchbase DB Schema

Getting started

Ingest the data files into your own MySQL database (e.g. crunchbase) using the following command – order matters!:

% mysql crunchbase < ./data/cb_objects.sql
% mysql crunchbase < ./data/cb_acquisitions.sql
% mysql crunchbase < ./data/cb_degrees.sql
% mysql crunchbase < ./data/cb_funding_rounds.sql
% mysql crunchbase < ./data/cb_funds.sql
% mysql crunchbase < ./data/cb_ipos.sql
% mysql crunchbase < ./data/cb_milestones.sql
% mysql crunchbase < ./data/cb_offices.sql
% mysql crunchbase < ./data/cb_people.sql
% mysql crunchbase < ./data/cb_investments.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published