rsparse icon indicating copy to clipboard operation
rsparse copied to clipboard

Deployment as RESTful service

Open dselivanov opened this issue 6 years ago • 6 comments

Several choices:

dselivanov avatar Sep 13 '17 06:09 dselivanov

opencpu ?

talegari avatar Sep 13 '17 08:09 talegari

jug? There is also a node.js based plugin for parallel processing, but I haven't tried it.

Things like request memoization and approximate nearest neighbor search (e.g., Annoy if L2 norms are approximately equal) might also be useful for serving trained models.

pshashk avatar Sep 20 '17 11:09 pshashk

Sadly jug is orphaned now.

dselivanov avatar Jan 09 '18 08:01 dselivanov

Is there a plumber vignette coming for this?

filipwastberg avatar Feb 01 '19 09:02 filipwastberg

https://github.com/dselivanov/RestRserve

пт, 1 февр. 2019 г., 13:32 Filip Wästberg [email protected]:

Is there a plumber vignette coming for this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dselivanov/rsparse/issues/4#issuecomment-459661512, or mute the thread https://github.com/notifications/unsubscribe-auth/AE4u3WELg6TKzgYghJYjR39pWOIQbOgKks5vJAmQgaJpZM4PVp0S .

dselivanov avatar Feb 01 '19 10:02 dselivanov

Thanks, seems like a great alternative. I'll try and figure out how to user rsparse with it. Nevertheless, it would be helpful with a vignette for how you could deploy rsparse as a microservice.

filipwastberg avatar Feb 01 '19 12:02 filipwastberg