Coder Social home page Coder Social logo

frank-docker-example's Introduction

Local frank development environment with Docker

Setup local environment

Prerequisites: docker desktop

Add Frank!Flow

  • Download : latest version of frank-flow_version war
  • place in : root dir of your project
  • rename to : frank-flow.war

Start local environment

  • use Docker compose up to start the docker image

XSD for typeahead and configuration validation in VSCode

the frankrunner automates downloading the of the

==========================================================================================================

kubernetes stuff

deploy to your local K8S cluster

Build a config jar for K8s deployment

I have added a build.bat file that will package (zip) your configurations dir in a jar format. It will have a unique name

**Disclaimer** 
This approach is only suitable for local use. 
It will not work with custom code, in this case a proper maven build is needed) 

create a Jar file of your configurations (Not usable wit custom code, in this case the build should be done using maven)

  • run build.bat it will create a zipfile with configuration directories
  • use the jar file from the builds dir in your K8S helm chart
apiVersion: frankframework.org/v1
kind: Frank
metadata:
  name: frank-docker-example
  namespace: frank-docker-example
spec:
  containerImage: nexus.frankframework.org/frankframework
  imageVersion: 8.2.0-SNAPSHOT
  replicas: 1
  resourcesMap:
    frank2test: file://C/git/Frank-docker-example/builds/Frank-docker-example_2024-05-31_14-15-56.jar
  envVarsMap:
    example-env-var: value
  labelsMap:
    example-label: label
  podManager: Deployment

frank-docker-example's People

Contributors

jjansenvr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.