File Rule

Listen for files on local file system

  • Access and process files stored in the operating system where the platform is installed
  • Context Variable: file
  • Platform gives you a great deal of flexibility when it comes to data transfer and handling, even though there are multiple channels to send / receive data, there may be cases you want to deal with large files which may not be a good idea to process in memory. File Rules gives you the freedom to handle very large files where you can buffer and access data in efficient ways
  • Integrating with 3rd party or legacy software where developers use to dump the data on OS folders where other systems will take and process, these File Rules fits this kind of scenario very well.

Example

https://www.cisco.com/c/en_in/solutions/internet-of-things/overview.html
https://www.particle.io/what-is-particle/
https://aws.amazon.com/iot-core/
https://cloud.google.com/iot-core/
https://www.ptc.com/en/products/thingworx
https://azure.microsoft.com/en-us/services/iot-central/
https://www.ge.com/digital/iiot-platform
https://www.fogwing.io/
https://axonize.com/platform/
https://blynk.io/
https://en.t-h.de/portfolio/sap-leonardo/sap-leonardo-iot
https://aws.amazon.com/iot-things-graph/
https://www.upswift.io/
https://www.aylanetworks.com/products
https://www.balena.io/what-is-balena/
https://www.balena.io/cloud/
https://www.c2m.net/
https://ubidots.com/platform/
https://www.advantech.com/industrial-automation/webaccess/webaccessscada
https://www.afero.io/
https://akenza.io/
https://atman-iot.com/
https://www.bevywise.com/iot-platform/
https://www.comarch.com/iot-ecosystem/iot-platform/
https://conradconnect.com/en
https://www.netobjex.com/
https://eagle.io/
https://www.enlightedinc.com/system-and-solutions/iot-system/
https://evothings.com/pricing/
https://www.j2inn.com/
https://www.gaonic.com/#iotPlatform
https://igzy.com/
https://www.infogrid.io/
https://www.iobot.in/
https://www.iotconnect.io/enterprise-IoT-platform.html
https://www.torryharris.com/products/iot-glue-integration-platform
https://www.ardictech.com/iot-ignite
https://iotsense.io/
https://www.ixon.cloud/iiot-platform
https://en.kii.com/platform/
https://kloudq.com/
https://temboo.com/platform
https://lhings.com/index.html
https://www.losant.com/iot-platform
https://mender.io/
https://www.exosite.com/murano-iot-platform
https://developers.mydevices.com/cayenne/features/
https://niolabs.com/product/system-designer
https://openremote.io/
https://www.opsense.com/iot-platform/
https://community.particle.io/t/particle-s-rules-engine-is-now-open-source-and-available-to-all/58960
https://www.prescientdevices.com/en-us/prescient-designer
https://prodea.com/iot-services-platform/
https://qiio.com/
https://www.rayven.io/iot-platform/
https://www.scaleway.com/en/iot-hub/
https://seemymachines.com/
https://corp.sirqul.com/iot-solutions/iot_development/
https://sitewhere.io/en/
https://mer-group.com/pro/smart-m/
https://ww2.systech.com/sysscript-iot-software
https://thethings.io/
https://www.thinglogix.com/#platform-section
https://thingsup.io/
https://www.verisium.com/
https://www.webnms.com/iot/unified-webnms-iot-platform.html
def links = file.iterate();

while(links.hasNext()){
  def link = links.next();
  log.info("Crawling %s ...", link);
}

See Also

OS File Context ]

Related REST APIs

Delete File Rule