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.
- Host: GitHub
- URL: https://github.com/innfactory/scala-utils
- Owner: innFactory
- License: apache-2.0
- Created: 2020-10-28T09:55:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T07:49:48.000Z (almost 2 years ago)
- Last Synced: 2026-01-25T23:37:45.585Z (5 months ago)
- Language: Scala
- Size: 179 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)