• Anonymous
  • Login
  • Register
OpenNTF Projects Dataset



## OpenNTF Projects Dataset ### Overview The **OpenNTF Projects Dataset** is an open dataset containing metadata from the OpenNTF Projects repository. This dataset has been created for testing, demonstration, and development purposes, providing insights into OpenNTF projects and their associated metadata. ### Features - Contains project and release metadata from the OpenNTF repository as of 15 November 2024. - Includes details such as project names, descriptions, contributors, and related information. - Includes Domino RestAPI schema files. - Openly available under the Apache License, Version 2.0. ### Dataset Structure The dataset is provided in NSF and JSON formats. The schema is as below: #### Project **Metadata**: *sourceDbPath, sourceUnid, sourceUrl, importedOn, importedBy* **id**: *Original id (unid)* **name**: *Project name* **overview**: *Project overview: Short summary of the project* **details**: *Long explanation (mime/html)* **detailsText**: *Non-summary plain text version of details* **downloads**: *Download count (all releases total)* **category**: *Category of the project* **chefs**: *Owner(s) of the project* **cooks**: *Helpers of the project* **created**: *Project created on OpenNTF* **latestReleaseDate**: *Latest release date* **lastModified**: *Last modified* **sourceControlUrl**: *The Url pointing the Git project page.* #### Release **Metadata**: *sourceDbPath, sourceUnid, sourceUrl, importedOn, importedBy* **id**: *Original id (unid)* **projectName**: *Project name* **version**: *Version/Name of the release* **releaseDate**: *Date of the release* **description**: *Explanation (mime/html)* **descriptionText**: *Non-summary plain text version of description* **downloads**: *Download count* **mainId**: *Project unid* **releaseStatus**: *Release included in catalog: Yes or No.* **released**: *Released: y or n.* **chef**: *The user creating the release* **masterChefs**: *Master chefs of the project* **licenseType**: *License description* ### License This dataset is licensed under the **Apache License, Version 2.0**. See the [LICENSE](LICENSE) file for more details. ### Contributing Use cases of this dataset are welcome! If you find any issues or want to enhance the dataset, feel free to reach out. ### Acknowledgements - This dataset is prepared by [Serdar Basegmez](https://lotusnotus.com) using [OpenNTF PMT Export](https://github.com/sbasegmez/OpenNtf-PmtExport). - This dataset is derived from metadata publicly available in the OpenNTF repository. - Thanks to all the contributors whose work is reflected in this dataset.