├── README.md └── images └── MM-logo.png /README.md: -------------------------------------------------------------------------------- 1 | 2 | ![logo](images/MM-logo.png) 3 | 4 | # MineMeld 5 | 6 | An extensible indicator processing framework 7 | 8 | ## Getting Started 9 | The best place for getting started with MineMeld Open Source project is the [Wiki](https://github.com/PaloAltoNetworks/minemeld/wiki) 10 | 11 | ## Source Code 12 | There are 3 main repos for the MineMeld source code: 13 | - the engine https://github.com/PaloAltoNetworks/minemeld-core 14 | - the Web UI https://github.com/PaloAltoNetworks/minemeld-webui 15 | - the prototypes library https://github.com/PaloAltoNetworks/minemeld-node-prototypes 16 | 17 | ## Community 18 | You can meet the MineMeld community: 19 | - in the MineMeld section of the Palo Alto Networks live community http://go.paloaltonetworks.com/minemeld 20 | - on the #minemeld channel of the pan-community Slack team (https://pan-community.net/) 21 | 22 | You don't need to be a Palo Alto Networks customer to join the communities ! 23 | -------------------------------------------------------------------------------- /images/MM-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PaloAltoNetworks/minemeld/492268ec7f78e96060d972861283f5e2ca1cd715/images/MM-logo.png --------------------------------------------------------------------------------