Falkonry AI provides a cognitive/AI service that can automate the interpretation of telemetry and sensor data from industrial activity, IT processes, and high-end consumer assets. The Falkonry AI block allows you to analyze your massive real-time streams of data, and lets you build models or predict future action based on those data streams.
First, replace API_TOKEN
with your Falkonry account API token. Then, choose or create a buffer from your Falkonry account and replace BUFFER_ID
with the id of your Falkonry buffer.
This block publishes the data to the Falkonry webhook found in your account. It should be something like https://service.falkonry.io/webhook/BUFFER_ID
. This will log the entire PubNub message as a datapoint within the buffer which can later be processed by the Falkonry API service.
Before the message is published the block appends the current timestamp to the message as required by the Falkonry API.
Message published over PubNub
{ "city": "Austin", "value": 100 }
Need help? Contact PubNub Support.
Copyright (c) 2018 PubNub
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.