Implement a restful API server for milvus #7700
Comments
|
/assign ``@ArkaprabhaChakraborty |
|
Typo in title, |
|
hi @xiaofan-luan, I would like to work on the feature. can you assign it to me. |
|
/assign @parshnt |
|
Welcome to the community parshnt! you may want to write some MEP before start coding and we can have a deep discussion on techmeeting, see previous enhancement plan at https://wiki.lfaidata.foundation/pages/viewpage.action?pageId=43287103 |
|
Anyone wanna to join parshnt is also welcomed~ |
|
Yes I want to join him too. |
Welcome Arkaprabha!^_^ |
|
/assign @ArkaprabhaChakraborty |
|
So any idea how do we start @parshnt ? Is there any IRC or slack channel that we can join to discuss our workflow? |
|
+1 to what @ArkaprabhaChakraborty asked |
|
@ArkaprabhaChakraborty @parshnt And you can join milvus slack to discuss: https://slack.milvus.io/ |
What would you like to be added:
A restful API is an architectural style for an application to access and use data through http requests. The data can be used to GET,PUT,POST and DELTE data types, which refers to the reading, updating, creating and deleting of operations concerning resources.
Milvus 1.1 used to support restful API, we've also seen many other search engines such as elastic search and solr supports both http and rpc requests. It would be much easier for applications written in language such as PHP and rust to use http to utilize milvus.
Why is this needed:
Implement a http server on proxy module, serves http request and convert to same request type as grpc request
The text was updated successfully, but these errors were encountered: