- kafka-filter-pypi: Consumes PyPI packaging information in the Warehouse format from a kafka topic and produces unique package-version tuples into another kafka topic.
- cg-producer: Consumes PyPI packaging information from a kafka topic and produces call graphs into another kafka topic.
- Use
kafka-filter-pypito extract useful PyPI packaging information to an output topic. - Use the
kafka-filter-pypioutput topic as an input topic forcg-producerin order to generate the call graphs of the packages identified.