DFC (DataFile Collector)
Datafile Collector is responsible for collecting PM counter files from PNF (Physical Network Function) and then publish these files to Dmaap DataRouter.
Introduction
DFC is delivered as one Docker container which hosts application server and can be started by docker-compose
.
Compiling DFC
Whole project (top level of DFC directory) and each module (sub module directory) can be compiled using
mvn clean install
command.
Build image
mvn install docker:build
Main API Endpoints
Running with dev-mode of DFC
-
Heartbeat: http://
:8100/heartbeat or https:// :8443/heartbeat -
Start DFC: http://
:8100/start or https:// :8433/start -
Stop DFC: http://
:8100/stopDatafile or https:// :8433/stopDatafile
Maven GroupId:
org.onap.dcaegen2.collectors
Maven Parent ArtifactId:
dcae-services
Maven Children Artifacts:
- datafile-app-server: Datafile Collector (DFC) server
- datafile-commons: Common code for whole dfc modules
- datafile-dmaap-client: http client used to connect to dmaap message router/data router
License
Copyright (C) 2018-2019 NOKIA Intellectual Property, 2018-2019 Nordix Foundation. All rights reserved. License