BootZooka alternatives and similar packages
Based on the "Misc" category.
Alternatively, view BootZooka alternatives based on common mentions on social networks and blogs.
-
PureConfig
A boilerplate-free library for loading configuration files -
REPLesent
A neat little tool to build presentations using the Scala REPL -
diff
Visually compare Scala data structures with out of the box support for arbitrary case classes. -
ScalaSTM
A library-based Software Transactional Memory (STM) for Scala, coupled with transactional sets and maps -
scala-debugger
Scala libraries and tooling utilizing the Java Debugger Interface. -
Miniboxing
Miniboxing is a program transformation that improves the performance of Scala generics when used with primitive types. It can speed up generic collections by factors between 1.5x and 22x, while maintaining bytecode duplication to a minimum. You can easily add miniboxing to your sbt project: -
Scalan
Generic framework for development of domain-specific compilers in Scala -
aws4s
Non-blocking AWS SDK for Scala exposing strongly-typed APIs built on top of http4s, fs2 and cats -
Ostinato
A chess library that runs on the server (Scala) and on the browser (ScalaJS). -
media4s
Scala command-line wrapper around ffmpeg, ffprobe, ImageMagick, and other tools relating to media. -
powerscala
Powerful framework providing many useful utilities and features on top of the Scala language. -
GoogleApiScala
This API is a wrapper for the google java libraries. Currently mapping Admin Directory, Drive, and Calendar. -
Google4s
A lean, functional library for Google Cloud Services in Scala -
Easy Config
Easy Config makes Scala application configuration extremely easy. It reads configuration from the environment or command line arguments. -
service-chassis
A scala chassis to get your applications and services bootstrapped quickly
Tired of breaking your main and manually rebasing outdated pull requests?
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BootZooka or a related project?
README
See the docs for more information.
Quick start
Backend: PostgreSQL & API
In order to run Bootzooka, you'll need a running instance of the PostgreSQL with a bootzooka
database. You can spin
up one easily using docker:
# use "bootzooka" as a password
docker run --name bootzooka-postgres -p 5432:5432 -e POSTGRES_PASSWORD=bootzooka -e POSTGRES_DB=bootzooka -d postgres
Then, you can start the backend:
export SQL_PASSWORD=bootzooka
./backend-start.sh
Frontend: Yarn & webapp
You will need the yarn package manager to run the UI. Install it using your package manager or:
curl -o- -L https://yarnpkg.com/install.sh | bash
Then, you can start the frontend:
./frontend-start.sh
And open http://localhost:3000
.
Commercial Support
We offer commercial support for Bootzooka and related technologies, as well as development services. Contact us to learn more about our offer!
Copyright
Copyright (C) 2013-2022 SoftwareMill https://softwaremill.com.