forked from mjgiarlo/opensrf101
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
16 lines (12 loc) · 800 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Playing around with OpenSRF as a potential curation services architecture backplane.
osrf_test_service.py is an OpenSRF service
based on example from OpenSRF src)
osrf_test_client.py is an app that makes a call to the OpenSRF service
based on example from Dan Scott's excellent "Easing Gently into OpenSRF"
Resources that helped:
http://journal.code4lib.org/media/issue10/scott/python_client.py
http://journal.code4lib.org/articles/3284
http://journal.code4lib.org/articles/3365
http://svn.open-ils.org/trac/OpenSRF/browser/trunk/src/python/osrf/apps
There's a little bug in the versioning service but otherwise these simple services are working, and micro_client connects to them and invokes them a-ok.
Take a look at output.txt to see what these services create on disk.