Skip to content

esnet/simple-lookup-service

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.