Installation Guide

The installation steps assume that you have the following requirements installed:

You can install Frontera using pip.

To install using pip:

pip install frontera[option1,option2,...optionN]

Options

Each option installs dependencies needed for particular functionality.

  • sql - relational database,
  • graphs - Graph Manager,
  • logging - color logging,
  • tldextract - can be used with TLDEXTRACT_DOMAIN_INFO
  • hbase - HBase distributed backend,
  • zeromq - ZeroMQ message bus,
  • kafka - Kafka message bus,
  • distributed - workers dependencies.