3slab/vdm-library-bundle

Standardize vdm block development

Installs: 5 932

Dependents: 8

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 1

Type:symfony-bundle

3.1.1 2021-06-15 13:24 UTC

README

Introduction

This is the Symfony bundle part of the VDM.library used as the foundation to build VDM.collect, VDM.compute and VDM.store components.

It provides services to integrate your instances of VDM.collect, VDM.compute and VDM.store components with all other core component of the VDM platform (VDM.backbone, VDM.control and VDM.flow)

Services

  • VDM.collect HTTP pull
  • VDM.collect FTP/SFTP
  • VDM.backbone consumer
  • VDM.backbone producer
  • VDM.store Elasticsearch
  • VDM.store Doctrine

Features

  • Collect HTTP sources :
    • Retry on error
    • Monitoring of HTTP Responses
  • Produce message to a broker with exit on error
  • Consume message from a broker with exit on error
  • Handle Message between consumption and production
  • Monitoring :
    • Track usage (number of messages consumed, produced)
    • Track state (started, stopped, errored)
    • Track process metrics (memory, processing time)
    • Track dependencies metrics
      • http : sources states, response codes, response times, response size
      • ftp : source states, errors and file size

These features are built on top of the Symfony Framework and its messenger component

Documentation

Image:

export DOCKER_VDM_LIBRARY_VERSION=3.0.1
docker build -t 3slab/vdm-library-bundle:$DOCKER_VDM_LIBRARY_VERSION .
docker push 3slab/vdm-library-bundle:$DOCKER_VDM_LIBRARY_VERSION

License

This bundle is distributed around the MIT License