3slab / vdm-library-bundle
Standardize vdm block development
Installs: 6 715
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- ext-json: *
- datadog/php-datadogstatsd: ^1.4
- symfony/console: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/messenger: ^5.4
- symfony/serializer-pack: *
- symfony/stopwatch: ^5.4
- symfony/yaml: ^5.4
Requires (Dev)
- ext-curl: *
- ext-mbstring: *
- ext-xml: *
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: *
Suggests
- 3slab/vdm-library-amqp-transport-bundle: if you want use amqp as a source
- 3slab/vdm-library-doctrine-odm-transport-bundle: if you want use doctrine odm as a destination
- 3slab/vdm-library-doctrine-orm-transport-bundle: if you want use doctrine orm as a destination
- 3slab/vdm-library-elasticsearch-transport-bundle: if you want use elasticsearch as a destination
- 3slab/vdm-library-ftp-transport-bundle: if you want use ftp as a source
- 3slab/vdm-library-http-transport-bundle: if you want use http as a source
- koco/messenger-kafka: if you want use kafka transport
- phpoffice/phpspreadsheet: if you want to format excel files
- dev-master
- dev-3.x-dev
- 3.2.0
- 3.1.1
- 3.1
- 3.0
- 2.x-dev
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta5
- 2.0.0-beta4
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.0.0
- 1.0.0-beta14
- 1.0.0-beta13
- 1.0.0-beta12
- 1.0.0-beta11
- 1.0.0-beta10
- 1.0.0-beta9
- 1.0.0-beta8
- 1.0.0-beta7
- 1.0.0-beta6
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- dev-little_update_2.x
- dev-3.2.0-dev
- dev-row_range
This package is auto-updated.
Last update: 2024-11-13 08:00:15 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
- Concepts
- Getting started
- Consume :
- Produce :
- Manual Tranport
- Monitoring
- Configuration Reference
- Docker
- Examples :
Image:
export DOCKER_VDM_LIBRARY_VERSION=3.0.1 docker build -t 3slab/vdm-library-base:$DOCKER_VDM_LIBRARY_VERSION . docker push 3slab/vdm-library-base:$DOCKER_VDM_LIBRARY_VERSION
License
This bundle is distributed around the MIT License