Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict functionality #92

Open
wants to merge 17 commits into
base: develoment
Choose a base branch
from
Open

Conversation

zilbermanor
Copy link
Contributor

No description provided.

netops_demo/Makefile Show resolved Hide resolved
netops_demo/README.md Show resolved Hide resolved

Push the images to your favorite Docker registry:
```
NETOPS_TAG=latest NETOPS_REGISTRY_URL=mydockerhubaccount make push
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are tons of binary / submodule files added in this PR - please check the changed files and make sure only required files are in

netops_demo/py/functions/generate/generate.py Show resolved Hide resolved
netops_demo/py/functions/generate/generate.py Show resolved Hide resolved
netops_demo/py/functions/predict/predict.py Show resolved Hide resolved
netops_demo/py/functions/predict/predict.py Show resolved Hide resolved

def _predict(context):
# Connect to TSDB
client = http.client.HTTPConnection(context.user_data.tsdb)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you whether to do this, but we have a fork of a python library for Prometheus queries (https://github.com/v3io/promalyze). You are duplicating quite a bit of machinery from it

@Sharon-iguazio Sharon-iguazio changed the base branch from master to develoment November 26, 2018 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants