Will want to be able to search via HTTP, so need to create a webserver able to read indexes and answer queries
assigned to @btasker
mentioned in commit 9156df64d6ba234a3970cd51a2a31be96988af84
Commit: 9156df64d6ba234a3970cd51a2a31be96988af84 Author: B Tasker Date: 2023-12-28T17:06:54.000+00:00
Implement basic flask server (utilities/file_location_listing#4)
Created a basic server which answers queries provided on /search
/search
curl -d '{"term":"foo", "type":"IMAGE"}' http://127.0.0.1:5000/search/
The response is a list containing stored information for each match pulled from the DB
mentioned in commit c34599e13562154b3265134a986acf8929914f23
Commit: c34599e13562154b3265134a986acf8929914f23 Author: B Tasker Date: 2023-12-28T17:46:37.000+00:00
Stand up portal (utilities/file_location_listing#4)
OK, we have a working proof-of-concept
Activity
28-Dec-23 16:55
assigned to @btasker
28-Dec-23 17:07
mentioned in commit 9156df64d6ba234a3970cd51a2a31be96988af84
Message
Implement basic flask server (utilities/file_location_listing#4)
28-Dec-23 17:08
Created a basic server which answers queries provided on
/search
The response is a list containing stored information for each match pulled from the DB
28-Dec-23 17:48
mentioned in commit c34599e13562154b3265134a986acf8929914f23
Message
Stand up portal (utilities/file_location_listing#4)
28-Dec-23 17:49
OK, we have a working proof-of-concept