Prof. Dr. Cesare Pautasso

RESTalk Miner: Mining RESTful Conversations, Pattern Discovery and Matching

Ana Ivanchikj, Cesare Pautasso

16th International Conference on Service-Oriented Computing (ICSOC 2018), Hangzhou, Zhejiang, China

November 2018

Abstract

REST has become the architectural style of choice for APIs, where clients need to instantiate a potentially lengthy sequence of requests to the server in order to achieve their goal, effectively leading to a RESTful conversation between the client and the server. Mining the logs of such RESTful conversations can facilitate knowledge sharing among API designers regarding design best practices as well as API usage and optimization. In this demo paper, we present the RESTalk Miner, which takes logs from RESTful services as an input and uses RESTalk, a domain specific language, to visualize them. It provides interactive coloring to facilitate graph reading, as well as statistics to compare the relative frequency of conversations performed by different clients. Furthermore, it supports searching for predefined patterns as well as pattern discovery.

Download

PDF: ▼restalk-demo-icsoc2018.pdf (347KB)

Citation

Bibtex

@demo{2018:icsoc:demo:restalk,
	author = {Ana Ivanchikj and Cesare Pautasso},
	title = {RESTalk Miner: Mining RESTful Conversations, Pattern Discovery and Matching},
	booktitle = {16th International Conference on Service-Oriented Computing (ICSOC 2018)},
	year = {2018},
	month = {November},
	publisher = {Springer},
	address = {Hangzhou, Zhejiang, China},
	abstract = {REST has become the architectural style of choice for APIs, where clients need to instantiate a potentially lengthy sequence of requests to the server in order to achieve their goal, effectively leading to a RESTful conversation between the client and the server. 
Mining the logs of such RESTful conversations can facilitate knowledge sharing among API designers regarding design best practices as well as API usage and optimization. In this demo paper, we present the RESTalk Miner, which takes logs from RESTful services as an input and uses RESTalk, a domain specific language, to visualize them. It provides interactive coloring to facilitate graph reading, as well as statistics to compare the relative frequency of conversations performed by different clients. Furthermore, it supports searching for predefined patterns as well as pattern discovery.   },
	keywords = {conversation patterns, mining, RESTalk, RESTful conversation}
}