Giter Club home page Giter Club logo

octopus-autoconfiguration's Introduction

Octopus autoconfiguration

Microservice Architecture Visualization Tool


Octopus: Spring Boot autoconfiguration

Spring Boot autoconfiguration supports for Octopus project.

Nothing is beyoun our reach

Features

This lib supports detection of:

  • SQL databases:
    • MySQL/MariaDB
    • PostgreSql
    • MS SQL Server
    • Oracle Database
    • DB2
    • Sybase
    • Teradata
  • NoSQL databases:
    • Redis
    • Memcached
    • Hazelcast
    • Infinispan
  • Spring
    • Cache
    • Security
    • REST/MVC
  • AWS
    • Lambda
    • S3/SQS/SES/etc
  • git origin url
  • read project's description from build tool

How it works

integration:
  services:
    devaron:
      url: http://devaron.service:8080
      timeout: 10
    coruscant:
      url: http://coruscant.service:8080
      timeout: 20
    corellia:
      url: http://corellia.service:8080
      timeout: 30
  lambdas:
    bespin:
      name: fully-qualified-name
      qualifier: RELEASE
  third-party:
    tatooine: https://some.service

octopus.integration.prefix: integration
octopus-server.url: http://localhost:5000/consume

Installation

Step 1. Add the JitPack repository to your pom.xml file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.aint</groupId>
    <artifactId>octopus-autoconfiguaration</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

That's it!

octopus-autoconfiguration's People

Contributors

aint avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

octopus-autoconfiguration's Issues

Bug in parsing service names

The following config

integration:
    services:
        pp-customers:
            url: http://localhost:8099
            logs.enable: true

causes false detecting of two services:

pp-customers
pp-customers.logs

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.