Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[SOLVED] how to distribute new file operator? Market Place or merge request?
Hello All,
This is a question about code distribution.
I am interested to implement RM access to the GDF file format ( http://arxiv.org/abs/cs/0608052 ). GDF typically stores electro-physiological data: ECG, EEG, EMG, accelerometry and related data. When completed, the new operator would appear in the Design Perspective Operators tree as Operators/Import/Data/Read GDF .
I am working on 5.3 git branch and using eclipse etc.
If I succeed at this, should I distribute the code as an Extension in the Market Place, or should I somehow request to RapidMiner owners to merge the change back into RM5.3? Perhaps it depends if GDF file format is of narrow interest or broad interest? It seems to me that coding one operator is simpler (for me) than also including all the Extension framework, and I would prefer the easier path if possible.
Related: Where can I find the developer instruction material about coding style and licenses and that sort of thing? (I have the "How to Extend..." tutorial).
Thanks and Regards,
Owen
This is a question about code distribution.
I am interested to implement RM access to the GDF file format ( http://arxiv.org/abs/cs/0608052 ). GDF typically stores electro-physiological data: ECG, EEG, EMG, accelerometry and related data. When completed, the new operator would appear in the Design Perspective Operators tree as Operators/Import/Data/Read GDF .
I am working on 5.3 git branch and using eclipse etc.
If I succeed at this, should I distribute the code as an Extension in the Market Place, or should I somehow request to RapidMiner owners to merge the change back into RM5.3? Perhaps it depends if GDF file format is of narrow interest or broad interest? It seems to me that coding one operator is simpler (for me) than also including all the Extension framework, and I would prefer the easier path if possible.
Related: Where can I find the developer instruction material about coding style and licenses and that sort of thing? (I have the "How to Extend..." tutorial).
Thanks and Regards,
Owen
Tagged:
0
Answers
you can distribute the operator as an extension on the marketplace. That way everyone interested can find it via the search functionality and you don't have to worry about our internal coding style guidelines (which as the name implies is not publicly available, I'm afraid).
Regards,
Marco
I don't see in the forum tools how to mark question as "solved".