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

https://github.com/innfactory/scala-utils

Reusable scala utils for awesome innFactory projects.
https://github.com/innfactory/scala-utils

Last synced: 5 months ago
JSON representation

Reusable scala utils for awesome innFactory projects.

Awesome Lists containing this project

README

          

# innFactory scala-utils

Reusable scala utils for awesome innFactory projects.

## Table of Contents:

- [innFactory scala-utils](#innfactory-scala-utils)
- [util-auth](#util-auth)
- [util-geo](#util-geo)
- [util-graphql](#util-graphql)
- [util-implicits](#util-implicits)
- [util-play](#util-play)
- [Changes](#changes)
- [Contributors](#contributors)

## util-auth

##### Description

Firebase Auth Utils with Jwt-Validator and Firebase App Initiator

| Dependencies | | |
| ------------- |-------------| -----|
| com.google.firebase | firebase-admin | 7.0.1 |
| com.nimbusds | nimbus-jose-jwt | 9.0.1 |
| com.typesafe.play |play | 2.8.3 |
| com.typesafe.play | play-json | 2.9.1 |

## util-geo

##### Description

GeoPointFactory to convert Lat-Lon into com.vividsolutions.Geometry for Postgis

| Dependencies | | |
| ------------- |:-------------:| -----:|
| com.github.tminglei | slick-pg_jts | 0.19.3 |

## util-graphql

##### Description

Sangria Base implementation for Play

| Dependencies | | |
| ------------- |-------------| -----|
| org.sangria-graphql | sangria | 2.0.0 |
| org.sangria-graphql | sangria-marshalling-api | 1.0.4 |
| org.sangria-graphql | sangria-slowlog | 2.0.0-M |
| joda-time | joda-time | 2.10.6 |
| com.typesafe.play |play | 2.8.3 |
| com.typesafe.play | play-json | 2.9.1 |

## util-implicits

##### Description

Boolean and Sequence Implicits

## util-play

##### Description

Play Slick Codegen and Flyway Migrator Base

| Dependencies | | |
| ------------- |-------------| -----|
| org.sangria-graphql | sangria | 2.0.0 |
| org.sangria-graphql | sangria-marshalling-api | 1.0.4 |
| org.sangria-graphql | sangria-slowlog | 2.0.0-M |
| joda-time | joda-time | 2.10.6 |
| com.typesafe.play |play | 2.8.3 |
| com.typesafe.play | play-json | 2.9.1 |
| com.typesafe.slick | slick | 3.3.3 |
| com.typesafe.slick | slick-codegen | 3.3.3 |
| com.typesafe.slick | slick-hikaricp | 3.3.3 |
| com.zaxxer | HikariCP | 3.4.5 |
| com.github.tminglei | slick-pg | 0.19.3 |
| com.github.tminglei | slick-pg_play-json | 0.19.3 |
| com.github.tototoshi | slick-joda-mapper | 2.4.2 |
| org.flywaydb | flyway-core | 7.1.1 |
| joda-time | joda-time |2.10.6 |

## Changes:
Changes Markdown: [Changes](doc/changes.md)

## Contributors:


## Links:

- [Made by innFactory GmbH](https://innFactory.de)
- [Bootstrap-Play2 based on scala-utils](https://github.com/innFactory/bootstrap-play2)