LIGHT

  • News
  • Docs
  • Community
  • Reddit
  • GitHub
Star

Networknt Config

We build the light-bot to first manage the numeric repositories in the networknt organization on GitHub. Also, we provide the tool to our users to manage their libraries and microservices with multiple repositories.

For our own usage, we have all config files externalized to the light-config-test repository. All configurations are scattered in several folders under light-bot folder.

  • checkout

This folder contains config files to allow users to check out all related repositories from networknt for their daily development work. It is recommended running it in the early morning to ensure that your local repositories are in sync with the remote GitHub repositories. The helps the developer to ensure they are working on the latest codebase.

  • create-branch

This folder contains config files to create maintenance branches for the networknt organization. Each time, we bump up a minor and major version, we need to create a maintenance branch so that patches can be released there to support production upgrade for customers.

  • develop-build

This folder contains config files to support the local build with tests and without tests. It is mainly used by the light-4j developers to build all related repositories in one shot to ensure that changes in one repository won’t break other repositories. You can decide to run all unit, integration and end-to-end test cases or just run the build from your picked up branch to create the local dependencies in .m2 folder.

  • regex-replace

This folder contains config files to support regular expression replacement across all related repositories in the networknt organization. This is used to search and replace certain text in all repositories and push them to the remote Git server once it is done, for example, release a dependent library version for all repositories.

  • release-docker

This folder contains the config file for the docker release of all services within the networknt organization. These are all infrastructure services built by us, and most users are using them with Docker. For every maven release, we are releasing corresponding docker images at the same time.

  • release-maven

This folder contains the config file for maven release for all libraries within the networknt organization. These libraries are scattered in numeric repositories in networknt, and they are all depending on each other. They need to be built and tested in the right sequence. Once everything is built successfully, they will be pushed to maven central, and release notes will be pushed to the GitHub.

  • version-upgrade

Before every release in each release branch, we need to change the release number all together for all the related repositories. This task will run the maven version and replace the mutual dependency version within repositories.

  • About Light
    • Overview
    • Testimonials
    • What is Light
    • Features
    • Principles
    • Benefits
    • Roadmap
    • Community
    • Articles
    • Videos
    • License
    • Why Light Platform
  • Getting Started
    • Get Started Overview
    • Environment
    • Light Codegen Tool
    • Light Rest 4j
    • Light Tram 4j
    • Light Graphql 4j
    • Light Hybrid 4j
    • Light Eventuate 4j
    • Light Oauth2
    • Light Portal Service
    • Light Proxy Server
    • Light Router Server
    • Light Config Server
    • Light Saga 4j
    • Light Session 4j
    • Webserver
    • Websocket
    • Spring Boot Servlet
  • Architecture
    • Architecture Overview
    • API Category
    • API Gateway
    • Architecture Patterns
    • CQRS
    • Eco System
    • Event Sourcing
    • Fail Fast vs Fail Slow
    • Integration Patterns
    • JavaEE declining
    • Key Distribution
    • Microservices Architecture
    • Microservices Monitoring
    • Microservices Security
    • Microservices Traceability
    • Modular Monolith
    • Platform Ecosystem
    • Plugin Architecture
    • Scalability and Performance
    • Serverless
    • Service Collaboration
    • Service Mesh
    • SOA
    • Spring is bloated
    • Stages of API Adoption
    • Transaction Management
    • Microservices Cross-cutting Concerns Options
    • Service Mesh Plus
    • Service Discovery
  • Design
    • Design Overview
    • Design First vs Code First
    • Desgin Pattern
    • Service Evolution
    • Consumer Contract and Consumer Driven Contract
    • Handling Partial Failure
    • Idempotency
    • Server Life Cycle
    • Environment Segregation
    • Database
    • Decomposition Patterns
    • Http2
    • Test Driven
    • Multi-Tenancy
    • Why check token expiration
    • WebServices to Microservices
  • Cross-Cutting Concerns
    • Concerns Overview
  • API Styles
    • Light-4j for absolute performance
    • Style Overview
    • Distributed session on IMDG
    • Hybrid Serverless Modularized Monolithic
    • Kafka - Event Sourcing and CQRS
    • REST - Representational state transfer
    • Web Server with Light
    • Websocket with Light
    • Spring Boot Integration
    • Single Page Application
    • GraphQL - A query language for your API
    • Light IBM MQ
    • Light AWS Lambda
    • Chaos Monkey
  • Infrastructure Services
    • Service Overview
    • Light Proxy
    • Light Mesh
    • Light Router
    • Light Portal
    • Messaging Infrastructure
    • Centralized Logging
    • COVID-19
    • Light OAuth2
    • Metrics and Alerts
    • Config Server
    • Tokenization
    • Light Controller
  • Tool Chain
    • Tool Chain Overview
  • Utility Library
  • Service Consumer
    • Service Consumer
  • Development
    • Development Overview
  • Deployment
    • Deployment Overview
    • Frontend Backend
    • Linux Service
    • Windows Service
    • Install Eventuate on Windows
    • Secure API
    • Client vs light-router
    • Memory Limit
    • Deploy to Kubernetes
  • Benchmark
    • Benchmark Overview
  • Tutorial
    • Tutorial Overview
  • Troubleshooting
    • Troubleshoot
  • FAQ
    • FAQ Overview
  • Milestones
  • Contribute
    • Contribute to Light
    • Development
    • Documentation
    • Example
    • Tutorial
“Networknt Config” was last updated: July 5, 2021: fixes #275 checked and corrected grammar/spelling for majority of pages (#276) (b3bbb7b)
Improve this page
  • News
  • Docs
  • Community
  • Reddit
  • GitHub
  • About Light
  • Getting Started
  • Architecture
  • Design
  • Cross-Cutting Concerns
  • API Styles
  • Infrastructure Services
  • Tool Chain
  • Utility Library
  • Service Consumer
  • Development
  • Deployment
  • Benchmark
  • Tutorial
  • Troubleshooting
  • FAQ
  • Milestones
  • Contribute