-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
I have been using Prophet for some projects where my major service for calculations is written in golang.
Currently I have to make do with a python worker queue model that enqueues the Python prophet task from Go and writes to a store. The Go code fetches directly from the store and returns the results.
This however is async and requires a lot of back and forth and adds a lot to the time taken.
I was wondering if there were any plans to port Prophet to Go, since this will drastically improve my runtimes.
Metadata
Metadata
Assignees
Labels
No labels