Sefaria / Sefaria-Export

Structured Jewish texts and metadata exported from Sefaria's database.
Other
245 stars 161 forks source link

Sefaria-Export

Structured Jewish texts and metadata with free public licenses, exported from Sefaria's database.

This repo contains texts, bibliographical information and lists of intertextual connections created by Sefaria.

A MongoDB dump of Sefaria's database is also available for download here or a smaller version (without text edit history) here. Download this file, extract it and use mongorestore to load into your local DB.

From the parent of the unzipped dump folder, run:

mongorestore --drop

This will create (or overwrite) a mongo database called sefaria.

More details available here.

For Sefaria source code see Sefaria-Project.

Contents

Text output folders are organized by category and contain seperate directories for each language. Each file is named according the version of the particular text.

Each terminal directory also includes a file called merged (e.g., merged.json or merged.txt). This file uses the same logic used on the Sefaria web site to include the maximal content available. For example, we have cases in the Mishnah where no single English version is complete by itself, but the merged version will include a complete text that picks and merges from multiple sources as needed.

When we do have complete versions of texts, we will still include a merged file. In that case, the merged file will be a copy of the default complete version. This simplifies many applications - you are always guaranteed that by looking at the merged version you'll see a maximal amount of text available, with preference for the text versions we've set.

Code for generating these files can be found in our Sefaria-Project repo under sefaria/export.py.