Skip to content

IBM-Hackathon/node-red-contrib-objectstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-objectstore

A Node-RED node to store, delete and restore objects from the IBM Bluemix object storage service.

Install


Run the following command in the root directory of your Node-RED install or home directory (usually ~/.node-red) and will also install needed libraries.

        npm install node-red-contrib-objectstore

Usage


Provides a few nodes to easily manage the containers and objects for the IBM Bluemix Object Storage service. Your can specify the credentials from the Service if you run local on a device (e.g. Raspberry Pi with the provided credentials) or it will use the VCAP_SERVICES.

There are two regions (access points) supported:

This node helps to deliver images (up to 5MB) as a payload via the REST API Interface of Swift.

Object Storage Put

Saves the given object to the IBM Object Storage Service into the given container. This also will create the container if not existing (with public viewable rights).

Object Storage Get

Restores the object from the IBM Object Storage Service as a payload or a local file.

Object Storage Del

Deletes the given object of the given container from the IBM Object Storage Service.

About

Nodes for managing the Bluemix Object Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • HTML 36.3%