This website collects cookies to deliver better user experience
NoSQL Date Structure
NoSQL Date Structure
■Our Situation
We are developing a video distribution service in the sports domain & lifeStyle. This time, I', going to migrate from AWS EC2 to firebase CloudStore.
■Process
1 テストプロジェクトで一通りの機能を試す
Try out a set of functions in a test project.
2 まず既存DBを接続していない状態でもエラーが出ない状態にリファクタ
First, refactor the existing DB to a state where no errors occur even when it is not connected.
3 既存のDB構造をもとに一旦NoSQLでのDB構造を立てる
Create a NoSQL DB structure based on the existing DB structure.
4 一つずつfetchしている関数をfirebaseに置き換える
Replace the functions that are fetching one by one with firebase.