stella-server

Central server of the STELLA infrastructure

https://github.com/stella-project/stella-server

Science Score: 44.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
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Central server of the STELLA infrastructure

Basic Info
  • Host: GitHub
  • Owner: stella-project
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.14 MB
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 2
  • Open Issues: 10
  • Releases: 0
Created over 6 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation

README.md

STELLA Server

Python application GPLv3 license

The stella-server provides the following services:

:bustsinsilhouette: User administration
:barchart: Dashboard
:robot: Automated generation of the STELLA app → docker-compose.yml
:floppy
disk: Data storage (user feedback) for data analysis, training, etc.

Setup

Local development

  1. Build docker compose -f docker-compose-dev.yml build --no-cache
  2. Run docker compose -f docker-compose-dev.yml up -d

Production

  1. Build app with Docker: docker compose up -d
  2. Add toy data with the help of util/simulate.py

A setup guide for the entire infrastructure can be found here.

Citation

We provide citation information via the CITATION file. If you use stella-server in your work, please cite our repository as follows:

Schaer P, Schaible J, Garcia Castro LJ, Breuer T, Tavakolpoursaleh N, Wolff B. STELLA Server. Available at https://github.com/stella-project/stella-server/

We recommend you include the retrieval date.

License

stella-server is licensed under the GNU GPLv3 license. If you modify stella-server in any way, please link back to this repository.

Owner

  • Name: STELLA - Infrastructures for Living Labs
  • Login: stella-project
  • Kind: organization

Citation (CITATION.cff)

# YAML 1.2
---
abstract: "STELLA Server is the central server of the STELLA infrastructure"
authors: 
  -
    affiliation: "TH Köln - University of Applied Sciences, Germany"
    family-names: Schaer
    given-names: Philipp
    orcid: "https://orcid.org/0000-0002-8817-4632"
  -
    affiliation: "GESIS - Leibniz Institute for the Social Sciences, Germany"
    family-names: Schaible
    given-names: Johann
    orcid: "https://orcid.org/0000-0002-5441-7640"
  -
    family-names: "Garcia Castro"
    given-names: "Leyla Jael"
    orcid: "https://orcid.org/0000-0003-3986-0510"
  -
    family-names: Breuer
    given-names: Timo
    orcid: "https://orcid.org/0000-0002-1765-2449"
  -
    family-names: Tavakolpoursaleh
    given-names: Narges
    orcid: "https://orcid.org/0000-0001-9324-3252"
  -
    family-names: Wolff
    given-names: Benjamin
    orcid: "https://orcid.org/0000-0001-9345-8958"
cff-version: "1.1.0"
date-released: 2020-09-21
keywords: 
  - "Living Lab"
  - "Evaluation Infrastructure"
  - "Shared Task"
license: MIT
message: "If you use this software, please cite it using these metadata."
title: "STELLA App"
version: "0.1"
...

GitHub Events

Total
  • Issues event: 9
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 34
  • Pull request review comment event: 1
  • Pull request review event: 11
  • Pull request event: 12
  • Create event: 12
Last Year
  • Issues event: 9
  • Delete event: 4
  • Issue comment event: 1
  • Push event: 34
  • Pull request review comment event: 1
  • Pull request review event: 11
  • Pull request event: 12
  • Create event: 12

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 7
  • Average time to close issues: over 2 years
  • Average time to close pull requests: about 1 month
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 7
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 1 month
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mdenizturkmen (5)
  • jueri (1)
  • benjwolff (1)
Pull Request Authors
  • dependabot[bot] (13)
  • mdenizturkmen (3)
  • jueri (3)
  • kishank11 (2)
  • TrellixVulnTeam (1)
Top Labels
Issue Labels
bug (1) enhancement (1)
Pull Request Labels
dependencies (13) bug (2) enhancement (1) STELLA-Server (1)

Dependencies

.github/workflows/manual-dispatch.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/push.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
docker-compose.yml docker
  • postgres latest
nginx/Dockerfile docker
  • nginx latest build
web/Dockerfile docker
  • python 3.7 build
web/requirements.txt pypi
  • Flask ==1.1.2
  • Flask-SQLAlchemy ==2.5.1
  • Jinja2 ==2.11.3
  • MarkupSafe ==1.1.1
  • PyGithub ==1.54.1
  • SQLAlchemy ==1.4.6
  • Werkzeug ==1.0.1
  • email_validator ==1.1.2
  • flask-bootstrap ==3.3.7.1
  • flask-httpauth ==4.2.0
  • flask-login ==0.5.0
  • flask-migrate ==2.7.0
  • flask-script ==2.0.6
  • flask-wtf ==1.0.0
  • gunicorn ==20.1.0
  • itsdangerous ==2.0.1
  • plotly ==4.14.3
  • psycopg2 ==2.8.6
  • ruamel.yaml ==0.17.2