Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.24 KB

guides.rst

File metadata and controls

28 lines (21 loc) · 1.24 KB

Guides

Morpheus includes several stages to choose from when building a custom pipeline, which can be included and configured to suit your needs. However, there are likely going to be situations that require writing a custom stage. Morpheus stages are written in Python and optionally may include a C++ implementation. The following guides outline how to create your own stages in both Python and C++.

.. toctree::

   guides/1_simple_python_stage
   guides/2_real_world_phishing
   guides/3_simple_cpp_stage
   guides/4_source_cpp_stage
   guides/5_digital_fingerprinting