Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: instructions to use the downloaded file

...

In the future, we will add more data to augmented versions of this dataset hosted here. They will include open-source data from more codebases (test suites and not), data from more tools, and we will add more features to the dataset. 

How to use the downloaded file:

Unzip the .zip file, using your favorite tool. That leaves you with the license file license.txt and the database file ophelia_merge_oss_c_java.gz 

To restore to a mongo database, the following instructions work in a bash terminal in Linux:

1. Extract the compressed file: gunzip ophelia_merge_oss_c_java.gz

2. mongorestore --host localhost:27017 --archive=<YOUR_FILEPATH_HERE>/ophelia_merge_oss_c_java

In the above command, replace <YOUR_FILEPATH_HERE> with the filepath on your own machine.

Then, you can inspect your database (e.g., using the mongo application from a bash terminal)