(╯°□°)╯︵ ┻━┻

Don't take life too seriously. You'll never get out of it alive.

Visualise Big Object data in a Lightning Component

Good evening, In my previous post (Upgrade your Electric Imp IoT Trailhead Project to use Big Objects ) I showed how you can use Big Objects to archive data and now I will show how you can visualise the data in a Lightning Component. So now we have big objects being created but the only way to see them is by executing a SOQL query in the Developer Console (SELECT DeviceId__c, Temperature__c, Humidity__c, ts__c FROM Fridge_Reading_History__b).