Hello,
First: nice work! Nice tool 🙂
I've created my own extension for a new miner (to mine Bluecoat Local Database with a specific format)
I've followed the youtubeminer tutorial and achieved to:
- package my extension (wheel)
- install it on minemeld manually (I cannot do it through git)
But my custom prototype does not show in the WebUI.
I find it under:
/opt/minemeld/engine/0.9.62/lib/python2.7/site-packages/<my extension name>/prototypes/<my package name>.yml
I've compared with the youtubeminer extension (installed through wheel) and I find the same corresponding files, etc
I've reviewed 100x times both extensions (entry points, class, etc) and I cannot found a difference...
I've also tried to copy the .yml file directly under /opt/minemeld/local/prototypes/ => I see the prototype in the WebUI but I've an error message when commiting a new node (C OMMIT FAILED: Class <my extension name>.Miner in <node name>-1565193793618 not safe to load)
/PS: I'm using a docker instance ( jtschichold/minemeld:latest)
I need your help to figure out what happens 😐
I can send you my package in PM
Thank you and have a nice day!
... View more