Sign inSign up

maestroserver/data-maestro

By maestroserver

•Updated almost 5 years ago

Micro service - Data layer - Maestro Server

Image
0

1.6K

maestroserver/data-maestro repository overview

⁠Maestro Server

Maestro Server is an open source software platform for management and discovery servers, apps and system for Hybrid IT. Can manage small and large environments, be able to visualize the latest multi-cloud environment state.

⁠Demo

To test out the demo, Demo Online⁠

⁠Documentation
⁠Installation by docker
docker run -p 5000 -e "MAESTRO_MONGO_URI=mongodb" -e "MAESTRO_MONGO_DATABASE=maestro-client" maestroserver/data-maestro

services:
    data:
        image: maestroserver/data-maestro
        environment:
            - "MAESTRO_MONGO_URI=mongodb"
            - "MAESTRO_MONGO_DATABASE=maestro-client"
⁠Env variables
Env VariablesExampleDescription
MAESTRO_PORT5010port used
MAESTRO_GWORKERS2DB string connection
MAESTRO_MONGO_URIlocalhostMongoDB URL
MAESTRO_MONGO_DATABASEmaestro-clientDatabase name
MAESTRO_SCAN_QTD200Prefetch limit
MAESTRO_SECRETJWT_PRIVATEXXXSecret Key - JWT private connections
MAESTRO_NOAUTHXXXSecret Pass to validate private connections
⁠Contribute

Are you interested in developing Maestro Server, creating new features or extending them?

We created a set of documentation, explaining how to set up your development environment, coding styles, standards, learn about the architecture and more. Welcome to the team and contribute with us.

See our developer guide⁠

Tag summary

Content type

Image

Digest

Size

51.3 MB

Last updated

almost 5 years ago

docker pull maestroserver/data-maestro