Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ensure the edge network’s firewall allows ports 9000 for HTTP(s), 18831884 and 8905-8906 for MQTT, and
8903-8904 and 8907-8908 for WebSockets (if using them, usually the web console attempts to connect to
the edge using WebSockets).

...

The ClearBlade Message Relay allows edge MQTT messages to relay messages up to the Platform’s MQTT
broker or other edge brokers.

...

The ClearBlade Edge Platform is the lite version of the ClearBlade Platform. All the Platform features are
available at the edge.

8. How can I create a collection that is only on the edge?

Log into the edge you want to create a collection on. Follow the process to create a collection as you
would on the Platform. There is no way to sync collections on the edge to the cloud.

...

Go to Deployments in the Platform. Ensure the Deploy and Sync checkboxes next to Name under Triggers
are unchecked. Then log into the edge you want the trigger to run on and create a service or choose an
existing one. In the code service, create a trigger. The trigger should only run on that edge.

...

Go to the Devices section under Assets in Deployment. Select Sync Table and choose all edges for
deployment. Verify by changing data on one edge and see if it updates on the other edges and Platform.
Refer to Syncing to how the mechanism works.

...

Go to Deployments and click Collections. Choose Sync Table on the collection(s) you want the data to
transfer to the edge. Mark the checkbox for the edge(s) you want the data to transfer. Learn more about
collection deployment and the syncing mechanism.

...

Our Platform uses the Postgres database, and the Edge uses a SQLite database. We must use different
databases to match the available environment infrastructure. If you are using our collections API, we
abstract away the differences. If you use the SQL calls interface, you may have to handle the differences
yourself.