Mobile Database

Mobile Database is an offline approach to hybrid cloud technology. In this situation we had a client who wanted to keep their data completely offline, but wanted to use web technologies to create their application for the ease of maintaining over their business.

We create a solution where applications could be hosted on the internet, but data for the application would only be accessable via local network transfers. That way customer data is protected by keeping it on location. The scheme mimics the concept of "handy terminals" that were common in the late nineties and early two thousands.

モバイル・データベースはクラウドではなく、ローカルネットワークでデータベースを管理するための技術である。

顧客データをクラウドに置くといろんな方法で攻撃されうる。 直接攻撃以外に、フィッシング攻撃などによってデータは漏洩される可能性がある。

モバイル・データベースの技術によって、データをローカルネットワークのデータベースに保存し、データの利用時にはローカルネットワーク経由でスマートデバイスに転送し、フィールドで利用できる仕組みを提供する。

これは、データをクラウドに配置しないでローカルに置き、サービスはクラウドのサービスを利用する技術の一つである。

※図の中のローカルストレージはブラウザのlocalStrageのことである。代わりにIndexedDBを利用してもよい。