Data File collector

Clone this repo:
  1. 16397cc [DCAEGEN2] Release dcaegen2-collectors-datafile container by sushant53 · 1 year, 8 months ago london master
  2. 7666754 [DCAEGEN2] Upgrade dependencies for dcaegen2-collectors-datafile by sushant53 · 1 year, 8 months ago 1.10.0
  3. b1125ec [DCAEGEN2] Enhance a junit AppConfigTest::checkCorrectConsumerConfiguration by Sushant Jadhav · 1 year, 11 months ago
  4. e3fce5e [DCAE] INFO.yaml update by Vijay Venkatesh Kumar · 2 years, 2 months ago
  5. 761a64a [DCAE] INFO.yaml update by Vijay Venkatesh Kumar · 2 years, 3 months ago kohn

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://<container_address>:8100/heartbeat or https://<container_address>:8443/heartbeat

  • Start DFC: http://<container_address>:8100/start or https://<container_address>:8433/start

  • Stop DFC: http://<container_address>:8100/stopDatafile or https://<container_address>:8433/stopDatafile

Maven GroupId:

org.onap.dcaegen2.collectors

Maven Parent ArtifactId:

dcae-services

Maven Children Artifacts:

  1. datafile-app-server: Datafile Collector (DFC) server
  2. datafile-commons: Common code for whole dfc modules
  3. 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