Ein großer Wecker auf einem Tisch.

The ESG Spot App informs and notifies you on Gold, Silver, Palladium and Platinum rates

The most important precious metal rates in your palm, always up to date

A combination of different technologies makes it possible to have an eye on the rates of the most important precious metals. Users can define their own boundaries for notifications, push messages inform if the rates hit the boundaries on the way up or down.

The technical aspect of that was challenging. Data that changes in seconds, different resolutions of data that can be queried and all of that has to respond in milliseconds. The frontend has to work cross platform on iOS and Android while displaying the data neatly.

Microservices Created with Sketch.

The Backbone

Databases and microservices provide the data

The combination of CouchDB, InfluxDb, Redis and Node.js is responsible for the frictionless operation of the backend: CouchDB provides the application data, InfluxDB the exchange rates and Redis handles the alerts.

A couple of Node.js microservices are orchestrating the components and handling decisions. For the extra performance in times of high load, Varnish provides the perfect cache-layer.

Visualization and Management

The frontend makes the data graspable and modifiable

With D3.js it's possible to visualize even ambitious data sets with the ease of web technology. As a key to this app, it was now possible to make it work cross-platform. Cordova enabled native App Store versions for iOS and Android.

PouchDB and AmpersandJS handle the foundation of the app which would work just the same in every browser, all managed from within TYPO3 working as the content backend.