Hi
I was attracted to Bluemix as it allows integrated Node-Red flows both locally and in the cloud, but after spending a day getting a simple flow running across the ether, I wondering if there are other Node-Red cloud alternatives. A web search indicates only AWS but I've read that requires Node-Red to be installed and then maintained.
My frustrations with Bluemix are:
1. fragmented and complex menus and dashboards/consoles and need to define and keep track of organisations/regions/apps/services/devices/users etc and link them all together across the various dashboards. Plus the web interface is chunky, inconsistent and throws up errors seemingly because my region is UK and not US South! It took me a hour to find out how to launch the Node-Red web page :(
2. In the IBM Watson dashboard building a Card to display my app's log data but not being able to display as a list of records more than <timestamp> and one other field <status>. My Cloudant database contains <timestamp><status><status description> and other fields may be added. Plus the Card only showed 5 records and no scroll facility to see older records.
3. I looked at the Cloudant control panel and defined a view but could see no easy way to query and display the data. On-line tutorials were suggesting I need to transfer and convert the data to a dashDB database and then use Embeddable Reporting Service - 2 more services to install, learn and probably pay for, plus more fragmentation.
4. I looked at the API (URL) but that needs query strings added to the URL and the result is a JSON datastream, still needing lots of work to display as formatted table.
5. It equally looked cumbersome to simply delete old records (e.g. needing a query to extract keys older than a specified date and then an app to issue delete commands). Oh for something like MySQL's phpAdmin!
Maybe something like ThingSpeak is better to store sensor data and status logs, run some analytics, have some alert rules and send some action commands to my Raspberry pi Node_Red app.
PS I was going to add a couple of images but they always got insert at the start of this post text and I couldn't drag then to the right place in the text.