ogd-monitor
A simple web tool to monitor incoming OpenGameData events on a database server.
Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization opengamedata has institutional domain (opengamedata.fielddaylab.wisc.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.5%) to scientific vocabulary
Repository
A simple web tool to monitor incoming OpenGameData events on a database server.
Basic Info
- Host: GitHub
- Owner: opengamedata
- License: mit
- Language: HTML
- Default Branch: main
- Size: 54.7 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
opengamedata-monitor
A simple web tool to monitor incoming OpenGameData events on a database server.
Debugging
The monitor app is set up to run as a service.
On Apache servers, the most straightforward way to review debug logs is with the journalctl utility to review logs for a specific service.
Further, to avoid overwhelming amounts of old data, you should use the switch --since to narrow the output to recent logs.
Suppose your instance of the opengamedata-monitor service is named opengamedata-monitor.service.
Then the recommended command to review debug outputs would be e.g.
journalctl -u opengamedata-monitor.service --since "1 hour ago"
Owner
- Name: Open Game Data
- Login: opengamedata
- Kind: organization
- Website: opengamedata.fielddaylab.wisc.edu
- Repositories: 11
- Profile: https://github.com/opengamedata
Open Game Data is a project out of the UW - Madison Field Day Lab to make datasets of anonymous play data public for science.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: opengamedata-server
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name: Field Day Lab
city: Madison
country: US
region: Wisconsin
website: 'https://fielddaylab.wisc.edu/'
- given-names: Luke
family-names: Swanson
email: lwswanson2@wisc.edu
affiliation: Field Day Lab
orcid: 'https://orcid.org/0000-0002-8455-7441'
- given-names: David
family-names: Gagnon
email: djgagnon@wisc.edu
affiliation: Field Day Lab
orcid: 'https://orcid.org/0000-0001-5126-0476'
repository-code: 'https://github.com/opengamedata/opengamedata-server'
license: MIT
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 composite
- actions/upload-artifact v2 composite
- burnett01/rsync-deployments 5.2 composite
- actions/checkout v3 composite
- actions/upload-artifact v2 composite
- burnett01/rsync-deployments 5.2 composite
- Flask-SocketIO ==5.3.6
- flask ==2.2.0
- flask-restful ==0.3.10
- google-auth ==1.34.0
- google-cloud-bigquery ==3.4.0
- mysql-connector-python ==8.0.25
- opengamedata-core ==0.0.1
- typing ==3.7.4.3