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.
How to store .CSV data files for re-usability
Hi,
We are standing up a new RapidMiner 9.4 platform. The business wants the initial data-set (.CSV files) to be stored in the RapidMiner server. These files will be accessed by other RapidMiner users from Studio client tool.
My question is, what is the best way to do this for re-usability and thinking long-term? Does Studio have an option to achieve this? Can I set permissions on who should have access to this data from Studio? Or do I need to do this from the unix host?
Thank you in advance!
TA
We are standing up a new RapidMiner 9.4 platform. The business wants the initial data-set (.CSV files) to be stored in the RapidMiner server. These files will be accessed by other RapidMiner users from Studio client tool.
My question is, what is the best way to do this for re-usability and thinking long-term? Does Studio have an option to achieve this? Can I set permissions on who should have access to this data from Studio? Or do I need to do this from the unix host?
Thank you in advance!
TA
1
Best Answers
-
sgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Managerhi @T4lha - so good question. Do you want to store the actual .csv files or the converted ExampleSets on the RM Server? You can do it either way but it depends on how to want to work. I'd prefer the ExampleSet method as it's native to RapidMiner.6
-
sgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Managerbut basically yes - you can do full permission control from RapidMiner Server. I'd set up a folder in the RM Server for raw data and just keep everything there.6
-
kayman Member Posts: 662 UnicornYou can store your data in csv format in so called blob format. So they are not physically stored as csv format yet accessible as a csv from your repo so you can drag and drop them.
And if you set the access rights on the blob you have full control about it. But as mentioned by Scott you could achieve the same with an example set.5