The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Where can I find / store physical content ?
On my desktop processes I am using some external csv files to do replace functions etc. If I want to run the same process on the server I need to be able to access to the same files on the server, but where do I store these? Can I just use the actual location or do I need to use the /myServer/home/[user]/ logic ? If so, where is this location ? (using Windows)
Also, where can I find the actual repositories? I like to make a backup on regular base but cannot find the data back.
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
Hi,
the server files are located in the server backend. Of course they are not downloaded.
For the file - did you consider a network drive or sshfs?
~Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Hi,
why don't you use the server repo?
For the local files, they are located at C:\Users\USERNAME\.RapidMiner\repositories\REPONAME on windows.
~Martin
Dortmund, Germany
Several reasons, proxie is a drag, and sometimes I am not connected to the server, so I want to be able to work with a local copy when trying out new stuff.
Also, just from safety point of view I want to be able to create a backup every now and a while from my server data and syncing files by copy pasting them isn't very fast.
Now, the folder you mentioned is only containing my local (desktop) files, not my server repositories. So where are these?
And if I want to connect to a local (say csv file) on the server as I do on the desktop, what would be the path to use?
Yeah, figured out in the meantime the data is stored in the database and not on disk as with the studio version. Since I run both on the same pc (localhost) it could have been handy if the server data was also stored on disk rather than in the database. But I understand the logic behind this.
If you really want to store it on the disk of the server then you can use the legacy result acces 'Write' operators and write the data to disk rather than repository.
Please note, this might be slow depending on your HD speed and a database store & retrieve is likely to be faster.