Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
usergrid の同じ組織内で、あるアプリケーションから別のアプリケーションにデータ コレクションとエンティティを移動するための標準的な移行プロセスはありますか?
現在、データ移行に使用できるすぐに使えるツールはありません。1 つの方法は、最初のコレクションをページごとに取得し、エンティティを JSON 形式でディスクに保存することです。次に、HTTP POST を使用してエンティティを新しいアプリに一括で読み込むことができます。