https://github.com/esnet/simple-lookup-service
sLS code
https://github.com/esnet/simple-lookup-service
Last synced: about 1 year ago
JSON representation
sLS code
- Host: GitHub
- URL: https://github.com/esnet/simple-lookup-service
- Owner: esnet
- License: other
- Created: 2015-01-13T01:26:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:20:28.000Z (over 3 years ago)
- Last Synced: 2025-04-06T01:41:18.873Z (about 1 year ago)
- Language: Java
- Homepage: http://esnet.github.io/simple-lookup-service
- Size: 6.47 MB
- Stars: 7
- Watchers: 32
- Forks: 4
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-lookup-service
ESnet has designed a REST/JSON based lookup service called the "simple Lookup Service", or sLS. Clients can use simple HTTP POST to register list of key-value pairs called "records" and use HTTP GET to search and retrieve existing records from server. The lookup service may be run as a simple stand-alone server or as a distributed service. This service is initially targeted at perfSONAR, but also can be used as a general purpose search mechanism for any key-value pairs.