Spicy-stonehenge
Spicy Stonehenge is an implementation of Apache Stonehenge [1] built on top of the Turmeric SOA platform [2]. Our goal with this project is to create a use case that researchers can use to validate their research and compare results by using a common platform.
Contents
Quick Overview
The Stonehenge system is composed of 5 web services, 1 web application and 2 databases.
The services are described as follows:
* Business Service - Provides the business logic required for the web application to operate. * Configuration Service - Acts as a directory where references to all the instances of the web services are kept. Whenever the trader client wants to perform an action, it must first ask the configuration service for an endpoint. * Order Processor Service - Whenever a buy or sell order is made, the business service will interact with the Order Processing Service to make the order final. * Exchange Service - If a purchase is made in a currency different from that of the wallet used, it gets converted by the Exchange Service which uses real currency data from Google. * Quote Service - The quote service provides live quote information from Yahoo Finance. This service can be used directly to query the price of a certain stock symbol. It is also used indirectly whenever an order is placed as the Order Processing Service queries it to find the right price at which to place the order.
In this project, it’s common to see the abbreviations BS and OPS, these refer to the Business and Order Processing services respectively.
The databases run off an Apache Derby server and skeletons for them are also provided as part of this project. This database was not available as part of the original project and was built from scratch.
The web application is built using PHP and most of the code is reused from the original project. Some minor changes have been made to accommodate the new, Turmeric-powered web services.
Basic technology
E.g., WSDL, BPEL, UML, Data
How to install
If applicable, please give a clear procedure for installing the artifact
How to use
If applicable, describe how to interact with the artifact
Download
URL where to download the package
Additional info
Link to papers or technical reports that could be useful to understand and use the artifact
Related case study
In case your artifact is directly related to one or more the case studies included in this repository, please put here a link to these case studies. For instance, if the artifact implements the scenario described in the "Automotive Case Study" then add a link to the page http://scube-casestudies.ws.dei.polimi.it/index.php/Automotive_Case_Study