This repository contains JSON files exported from the MongoDB collections of the GenderComics database. The data encapsulated within these files represents various aspects of the GenderComics project.
The repository is organized as follows:
gendercomics/: This directory contains all the JSON files exported from the MongoDB collections. Each JSON file corresponds to a specific collection from the GenderComics database.
To use the data in this repository:
-
Clone the repository:
git clone https://github.com/gendercomics/database.git cd database -
Import JSON files into MongoDB: You can import the JSON files into your MongoDB instance using the
mongoimporttool. For example:mongoimport --db gendercomics --collection <collection-name> --file json/<file-name>.json --jsonArray
Replace
<collection-name>with the name of the collection you want to import and<file-name>with the respective JSON file name.
We welcome contributions to improve the data quality and structure. If you have any suggestions or improvements, please open an issue or submit a pull request.
This project is licensed under the CC BY-ND License - see the LICENSE file for details.
For any questions or concerns, please reach out to the maintainers of the project.