8000 GitHub - guneskaan/cs490-eai
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guneskaan/cs490-eai

Repository files navigation

Enterprise Application Integration

Usage

Run the EAI server:

python3 server.py

Sample requests

Register Finance for HR and Accounting data

curl -XPOST -H "Content-type: application/json" -d '{"service": "Finance", "data_provided": ["HR", "Accounting"]}' 'localhost:9000/register'

Get HR data

curl -XGET -H "Content-type: application/json" -d '{"type": "HR", "constraints": []}' 'localhost:9000/data'

Get Accounting data

curl -XGET -H "Content-type: application/json" -d '{"type": "Accounting", "constraints": []}' 'localhost:9000/data'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0