Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Datasette | 7,271 | 35 | 130 | 15 hours ago | 120 | May 02, 2022 | 492 | apache-2.0 | Python | |
An open source multi-tool for exploring and publishing data | ||||||||||
Science On Schema.org | 91 | 2 months ago | 79 | apache-2.0 | Python | |||||
science-on-schema.org - providing guidance for publishing schema.org as JSON-LD for the sciences | ||||||||||
Datasync | 72 | 4 months ago | 49 | mit | Java | |||||
Desktop / Console application for updating Socrata datasets automatically. | ||||||||||
Data | 54 | 8 years ago | 4 | March 18, 2015 | 12 | Go | ||||
package manager for datasets | ||||||||||
Git Rdm | 32 | 5 years ago | mit | Python | ||||||
A research data management plugin for the Git version control system. | ||||||||||
Dspl | 31 | 2 years ago | 5 | bsd-3-clause | Python | |||||
Schema and utilities for Google Dataset Publishing Language | ||||||||||
Pyrdm | 27 | 4 years ago | 2 | gpl-3.0 | Python | |||||
PyRDM is a Python-based library for research data management (RDM). It facilitates the automated publication of scientific software and associated input and output data. | ||||||||||
Data Mobilization | 6 | 5 years ago | 151 | apache-2.0 | ||||||
For capturing and discussing potential datasets suitable for publishing to GBIF | ||||||||||
Azlyrics Scraper | 4 | 3 years ago | mit | Python | ||||||
🎵 AZLyrics scraper for getting all the song lyrics and publishing to Box (+148k songs) | ||||||||||
Pad | 3 | 5 years ago | 1 | Python | ||||||
Protecting Anonymity in Publishing Building Related Datasets |
DSPL stands for Dataset Publishing Language. It is a representation format for both the metadata (information about the dataset, such as its name and provider, as well as the concepts it contains and displays) and actual data (the numbers) of datasets. Datasets described in this format can be imported into the Google Public Data Explorer, a tool that allows for rich, visual exploration of the data.
This site hosts miscellaneous, open source content (i.e., schemas, example files, and utilities) associated with the DSPL standard. See our documentation site for more details on what DSPL is and how to use it. The utilities in this repository are documented at this site.
To build the tools, install lxml
, then use the setup.py
script in
tools/dspltools/
. You can use pip to install these:
pip install -r tools/dspltools/requirements.txt
pip install tools/dspltools
The draft of the DSPL 2 specification, which replaces the existing XML metadata
format with schema.org markup, can be found at the DSPL GitHub
page. The source for the specification is at
docs/dspl2-spec.md
.
Some initial library and tool support is available in tools/dspl2
To build the tools, install the prerequisites, then use the setup.py
script in
tools/dspl2/
. You can use pip to install these:
pip install -r tools/dspl2/requirements.txt
pip install tools/dspl2