これは私の問題のシナリオです:
1.Create 2 apps.
2.App1 continuously pulls tweets and stores the json file in its /data folder.
3.App2 picks up the latest file from the /data folder of App1 and uses it.
R とそれに対応するビルドパックを使用して、アプリケーションを bluemix にデプロイしました。
App2 から App1 の /data/file1 にアクセスするにはどうすればよいですか。つまり、App2 ソース ファイルで次のようなことを行うことができます。
read.csv("App1/データ/ファイル名.csv") ; bluemix は App1 フォルダーが何を指すかを理解しますか?