paradrop
latest
  • Introduction
  • System Architecture
  • Hardware Support
  • Quick Start
  • Developing Applications
    • Introduction
    • Developing Light Chutes
    • Getting Started with C
    • Getting Started with Go
    • Getting Started with Java
    • Getting Started with Node.js
    • Getting Started with Python
    • Tutorial: Sticky Board
  • Frequently Asked Questions
  • How to Contribute
  • Host API Reference
  • pdtools CLI Reference
  • Source Code Reference
paradrop
  • Docs »
  • Developing Applications
  • Edit on GitHub

Developing ApplicationsΒΆ

This section of the document is devoted to describing the edge computing services (chutes) that run on ParaDrop. There are two categories of ParaDrop applications - pure edge applications and cloud-edge hybrid applications. The pure edge applications have standalone chutes, which can be deployed in the ParaDrop routers. Cloud-edge hybrid applications have both a cloud component and an edge component. In this section, we will focus on the chute development, in other words, the edge component.

  • Introduction
    • Structure
    • paradrop.yaml
    • Dockerfile
    • Persistent Data
    • System Information
    • Chute-to-Host API
  • Developing Light Chutes
    • Structure
    • paradrop.yaml
    • Persistent Data
  • Getting Started with C
    • Prerequisites
    • Set up
    • Create a chute configuration
    • Develop the Application
    • Wrap Up
  • Getting Started with Go
    • Prerequisites
    • Set up
    • Create a chute configuration
    • Develop the Application
    • Wrap Up
  • Getting Started with Java
    • Prerequisites
    • Set up
    • Create a chute configuration
    • Develop the Application
    • Wrap Up
  • Getting Started with Node.js
    • Prerequisites
    • Set up
    • Create a chute configuration
    • Install Dependencies
    • Develop the Application
    • Wrap Up
  • Getting Started with Python
    • Prerequisites
    • Set up
    • Create a chute configuration
    • Install Dependencies
    • Develop the Application
    • Wrap Up
  • Tutorial: Sticky Board
    • Set Up
    • Setup Node.js Project
    • Install Dependencies
    • Hello World
    • Image Uploads
    • Displaying Notes
    • Preparing the Chute
    • Registering the Chute with ParaDrop
Next Previous

© Copyright 2017-2018, ParaDrop Labs. Revision c910fd5a.

Built with Sphinx using a theme provided by Read the Docs.