All Projects → AdamBien → Docklands

AdamBien / Docklands

Licence: apache-2.0
Minimalistic Java EE / Jakarta EE / MicroProfile Related Dockerfiles

Projects that are alternatives of or similar to Docklands

Porcupine
Threading, Resiliency and Monitoring for Java EE 7/8
Stars: ✭ 99 (-68.57%)
Mutual labels:  microservices, cloud
Genie
Distributed Big Data Orchestration Service
Stars: ✭ 1,544 (+390.16%)
Mutual labels:  microservices, cloud
Fabric8 Platform
Generates the distribution of the fabric8 microservices platform
Stars: ✭ 105 (-66.67%)
Mutual labels:  microservices, openshift
Kumuluzee Samples
KumuluzEE samples demonstrate how to get started using KumuluzEE microservice framework. They provide small, specific, working samples that can be used as a reference for your own projects.
Stars: ✭ 47 (-85.08%)
Mutual labels:  microservices, javaee
Vald
Vald. A Highly Scalable Distributed Vector Search Engine
Stars: ✭ 158 (-49.84%)
Mutual labels:  microservices, cloud
Nff Go
NFF-Go -Network Function Framework for GO (former YANFF)
Stars: ✭ 1,036 (+228.89%)
Mutual labels:  microservices, cloud
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+3321.59%)
Mutual labels:  microservices, cloud
Kubevious
Kubevious - application centric Kubernetes UI and continuous assurance provider
Stars: ✭ 869 (+175.87%)
Mutual labels:  microservices, cloud
Dasync
Every developer deserves the right of creating microservices without using any framework 🤍
Stars: ✭ 154 (-51.11%)
Mutual labels:  microservices, cloud
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (-55.56%)
Mutual labels:  microservices, cloud
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+81.27%)
Mutual labels:  microservices, cloud
Kumuluzee
Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
Stars: ✭ 274 (-13.02%)
Mutual labels:  microservices, javaee
Istio Tutorial
Istio Tutorial for https://dn.dev/master
Stars: ✭ 1,025 (+225.4%)
Mutual labels:  microservices, openshift
Cloud Native Labs
The Labs for Cloud Native Roadshow on OpenShift https://www.openshift.com/
Stars: ✭ 64 (-79.68%)
Mutual labels:  microservices, openshift
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
Stars: ✭ 8,227 (+2511.75%)
Mutual labels:  microservices, cloud
Seldon Server
Machine Learning Platform and Recommendation Engine built on Kubernetes
Stars: ✭ 1,435 (+355.56%)
Mutual labels:  microservices, cloud
Microservices
Java EE and Microservices
Stars: ✭ 578 (+83.49%)
Mutual labels:  microservices, javaee
Microservices Observability
This project is a demonstration on how to instrument, monitor and trace applications using java frameworks and open-source tools like prometheus, grafana and jaeger.
Stars: ✭ 23 (-92.7%)
Mutual labels:  microservices, openshift
Azos
A to Z Sky Operating System / Microservice Chassis Framework
Stars: ✭ 137 (-56.51%)
Mutual labels:  microservices, cloud
Microservices On Cloud Kubernetes
Microservices demo application on cloud-hosted Kubernetes cluster
Stars: ✭ 213 (-32.38%)
Mutual labels:  microservices, cloud

docklands

Minimalistic Java EE Dockerfiles

Motivation

Simplest viable dockerfiles for Java EE projects (aka microservices) aiming for build speed and productivity.

Usage

Each folder represents a Dockerfile which can be build by executing the build.js command. Recent builds already exist in https://hub.docker.com/u/airhacks/. To run the image use the "airhacks" name e.g. docker run -d -p 8080:8080 --name payara-ping airhacks/payara-ping.

You can either make the build.js executable or run it with jjs -scripting build.js

Some images are executable. You will find a run.sh script in this case.

Heavily used in javaeemicro.services

Docklands was used in the screencast: "The Memory Usage of Java EE 7 Application Servers Running On Docker":

The Memory Usage of Java EE 7 Application Servers Running On Docker

Docklands projects are also directly available from the official docker hub: https://hub.docker.com/u/airhacks/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].