Difference between revisions of "Directory Modules"

From Advice Local Wiki
Jump to: navigation, search
m (Harv moved page Submission Modules to Directory Modules: broadening the scope to include scan and submit)
Line 1: Line 1:
 
This is the resource to add your local directory to the Advice Local network.  There are 2 different modules that need to be submitted for review which are the "scan" and "submit" module.  Both are documented below.
 
This is the resource to add your local directory to the Advice Local network.  There are 2 different modules that need to be submitted for review which are the "scan" and "submit" module.  Both are documented below.
 +
 +
 +
== Module Structure ==
 +
 +
Both the scan and submit modules are currently AWS Lambda modules.  Although Lambda supports several different languages, Advice Local currently only supports Node.js.  The version of Node.js is 10.x.  Both modules are very simple in the sense that there is no API, no database to worry about, no scaling or infrastructure considerations.  The flow is data in, data out, and anything that happens within is at the discretion of the developer.
 +
 +
 +
== Scam ==
 +
 +
 +
== Submit ==

Revision as of 11:54, 15 June 2020

This is the resource to add your local directory to the Advice Local network. There are 2 different modules that need to be submitted for review which are the "scan" and "submit" module. Both are documented below.


Module Structure

Both the scan and submit modules are currently AWS Lambda modules. Although Lambda supports several different languages, Advice Local currently only supports Node.js. The version of Node.js is 10.x. Both modules are very simple in the sense that there is no API, no database to worry about, no scaling or infrastructure considerations. The flow is data in, data out, and anything that happens within is at the discretion of the developer.


Scam

Submit