SStorageRest

From Gcube Wiki
Revision as of 11:42, 8 March 2017 by Roberto.cirillo (Talk | contribs) (Created page with "Category:Developer's Guide = Overview = A RESTful service providing functions for create, update, read a json object on MongoDB = Key features = The core of the servic...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Overview

A RESTful service providing functions for create, update, read a json object on MongoDB

Key features

The core of the service is java based. It offers a interface for performing CRUD operation through a remote backend over JSON object:

  • Create
  • Read
  • Update
  • Delete


Design and Architecture

TO-DO

Access Mode

TO-DO


Supported Operations

TO-DO

Getting-Started

Maven artifacts

Usage examples

Deployment