Skip to content

Prophet for Golang #2680

@Mihir4M

Description

@Mihir4M

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions