https://github.com/braun-steven/cocon-server-spark

Java Spark server for cocon

https://github.com/braun-steven/cocon-server-spark

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary

Keywords from Contributors

archival interactive projection generic sequences autograding hacking shellcodes modular network-simulation
Last synced: 11 months ago · JSON representation

Repository

Java Spark server for cocon

Basic Info
  • Host: GitHub
  • Owner: braun-steven
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 90.8 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created over 9 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

Cocon Spark Server

This repository contains the maven project of the spark java REST server for the Cocon android application.

Some setup details

To build the project run bash $ mvn package

You may have to install the corresponding cocon-base jar file to your local .m2 repository first bash $ mvn install:install-file -Dfile=<path-to-jar> -DgroupId=com.tak3r07 -DartifactId=cocon-base -Dversion=1.0-SNAPSHOT -Dpackaging=jar cocon-base can now be included with xml <dependency> <groupId>com.tak3r07</groupId> <artifactId>cocon-base</artifactId> <version>1.0-SNAPSHOT</version> </dependency>

After the cocon-server jar has been built successfully run the following to start the server bash java -jar <path-to-jar> <PORT>

Owner

  • Name: Steven Braun
  • Login: braun-steven
  • Kind: user
  • Company: @ml-research

PhD Student at the AIML Lab @ml-research, Technical University of Darmstadt

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 22
  • Total Committers: 3
  • Avg Commits per committer: 7.333
  • Development Distribution Score (DDS): 0.136
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Steven Lang s****3@s****e 19
Steven t****7@g****m 2
dependabot[bot] 4****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • braun-steven (1)
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3)

Dependencies

pom.xml maven
  • com.sparkjava:spark-core 2.7.2
  • com.tak3r07:cocon-base 1.0-SNAPSHOT
  • org.json:json 20160810
  • org.slf4j:slf4j-simple 1.7.21
  • org.xerial:sqlite-jdbc 3.15.1