Abstract
With the growing popularity of data mashups, the number of Web APIs has increased significantly. As a result, finding and composing the right APIs has become an increasingly complex task. Although several tools such as Yahoo's Pipes, IBM's Lotus Mashup, and Intel's Mashmaker have been developed to enable users to create data mashups without programming skills, there are several challenging issues when combining a large number of APIs into the data mashup. This paper proposes novel algorithms for the automatic discovery and composition of Web APIs. Our discovery algorithm adopts strategies that rapidly prune APIs that are guaranteed not to match the query. Our composition algorithm consists of constructing a composable similarity graph (CSG) and searching composition candidates. The CSG presents the semantic functional dependency between the inputs and the outputs of the Web APIs. Using this graph, we generate directed acyclic graphs (DAGs) that can produce the output satisfying the desired goal. We evaluate the algorithms on a real-world dataset from ProgrammableWeb.com, and show that they can produce the results satisfying the user's desired output.
Original language | English |
---|---|
Pages (from-to) | 1233-1248 |
Number of pages | 16 |
Journal | Journal of Information Science and Engineering |
Volume | 31 |
Issue number | 4 |
State | Published - 1 Jul 2015 |
Keywords
- Composition
- Data mashup
- Discovery
- Graph-based algorithm
- Ontology learning
- Web API