An open API service indexing awesome lists of open source software.

https://github.com/uva-bi-sdad/social_data_commons

A site to monitor repositories and distributions that are part of a data commons.
https://github.com/uva-bi-sdad/social_data_commons

Last synced: about 2 months ago
JSON representation

A site to monitor repositories and distributions that are part of a data commons.

Awesome Lists containing this project

README

        

# data commons

Consists of the repositories listed in [commons.json](commons.json).

You can clone this repository and run these commands to establish and work from local data:
```R
# remotes::install_github("uva-bi-sdad/community")
library(community)

# clone and/or pull repositories and distributions:
datacommons_refresh(".")

# map files:
datacommons_map_files(".")

# refresh a view (rebuild a view's site data):
datacommons_view(".", "view_name")

# run the monitor site locally:
init_datacommons(".", serve = TRUE)
```