Chris Tabor

Results 19 comments of Chris Tabor

No problem - I'm a big fan of this project so I'd really like to sort this out! I will get something for you tomorrow. I would also note that...

Sorry for the delay. Here's an example app: ```python """API App.""" from __future__ import absolute_import from datetime import datetime as dt import os from sqlalchemy import ( Column, DateTime, ForeignKey,...

I cleaned up the above example to remove some extraneous code. Mysql connection string (env var "DB_URI") is like this: `mysql://user:pass@localhost/dbname` I haven't tried using sockets.

@datdinhquoc has got good instructions there. I think there is room for improvement though, ideally some kind of video screencap would be the easiest.

Clarification here: the use case would likely be reading directly from something like: 1. Smb 2. Nfs mounts

Current work is being tracked in this branch: https://github.com/christabor/flask_jsondash/tree/file-adapter

Work will be tracked here: https://github.com/christabor/flask_jsondash/tree/metricsgraphics

Breaking changes have made this the new branch: https://github.com/christabor/flask_jsondash/tree/metricsgraphics-integration

The specific use case of having decorator for logging in is probably not a problem in most scenarios: 1. If used internally, the aversion to accessibility is likely lower. 2....

To contribute, you'll need to fork the project and then submit a pull request. As to this particular issue, I'll take a look.