https://github.com/azavea/azavea.g8

A Giter8 template for bootstrapping Scala projects at Azavea.

https://github.com/azavea/azavea.g8

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

bloop doobie geotrellis geotrellis-server giter8 giter8-template hacktoberfest http4s postgresql scala tapir
Last synced: 5 months ago · JSON representation

Repository

A Giter8 template for bootstrapping Scala projects at Azavea.

Basic Info
  • Host: GitHub
  • Owner: azavea
  • License: other
  • Language: Scala
  • Default Branch: master
  • Homepage:
  • Size: 153 KB
Statistics
  • Stars: 5
  • Watchers: 12
  • Forks: 1
  • Open Issues: 16
  • Releases: 0
Topics
bloop doobie geotrellis geotrellis-server giter8 giter8-template hacktoberfest http4s postgresql scala tapir
Created about 6 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.markdown

Scala Template for Projects

A slightly opinionated Giter8 template for a scala project. By default, it sets up a project with the following features: - Uses sbt for builds, tests, and running the server - tapir API backed by http4s and doobie - Easy integration with geotrellis-server

Usage

  1. Ensure java (>= 8) is installed, if you have trouble with this try using jabba
  2. Install sbt (version >= 1.x)
  3. Install docker
  4. From a terminal shell Run sbt new azavea/azavea.g8
  5. Change directory into new project, run ./scripts/setup && ./scripts/server
  6. curl http://localhost:8080/api/users/

Owner

  • Name: Azavea
  • Login: azavea
  • Kind: organization
  • Location: Philadelphia, PA

Geospatial software engineering for good

GitHub Events

Total
  • Delete event: 7
  • Issue comment event: 7
  • Pull request event: 14
  • Create event: 7
Last Year
  • Delete event: 7
  • Issue comment event: 7
  • Pull request event: 14
  • Create event: 7

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 22
  • Total pull requests: 185
  • Average time to close issues: 4 months
  • Average time to close pull requests: 9 days
  • Total issue authors: 6
  • Total pull request authors: 6
  • Average comments per issue: 2.45
  • Average comments per pull request: 0.39
  • Merged pull requests: 109
  • Bot issues: 0
  • Bot pull requests: 101
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.83
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jisantuc (8)
  • notthatbreezy (6)
  • hectcastro (5)
  • CloudNiner (1)
  • colekettler (1)
  • pomadchin (1)
Pull Request Authors
  • dependabot[bot] (101)
  • azavea-bot (75)
  • jisantuc (5)
  • colekettler (4)
  • hectcastro (3)
  • pomadchin (3)
Top Labels
Issue Labels
stale (4) enhancement (1)
Pull Request Labels
dependencies (101)

Dependencies

.github/workflows/continuous_integration.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • olafurpg/setup-scala v13 composite
.github/workflows/merge-dependencies.yml actions
  • ridedott/merge-me-action v2.10.31 composite
src/main/g8/application/Dockerfile docker
  • openjdk 11-jre-slim build
src/main/g8/docker-compose.yml docker