You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pypi package comes with several binaries in the snorkel. prefix, including snorkel.ingest, snorkel.query, snorkel.frontend, snorkel.add_user and snorkel.get_user_token. All of these commands will run out of ~/.local/share/snorkel, so if you use snorkel.ingest, it will create a new db dir in that location.
If you want to run an instance without any authentication, you can run
SNORKEL_NO_AUTH=1 snorkel.frontend
Ingesting Data
snorkel.ingest -table <table> < some_data.json
Note: Make sure that your data has a time field in seconds since the epoch
Custom Configuration
For a custom deploy and configuration see the snorkel.deploy repository for instructions on installing and deploying snorkel. A custom deploy lets you create dataset presenters which are able to customize the views available on a per dataset basis