gramex
gramex copied to clipboard
A visual analytics platform to build data-based web apps with less code.
- let users configure model extensions (instead of [expecting](https://github.com/gramener/gramex/blob/master/gramex/handlers/modelhandler.py#L31) .pkl)
Please share any problems you face with Gramex -- feature requests, bugs, or help needed. @jaidevd will comment on new issues sharing who will revert by when (e.g. "@bkamapantula will...
Star team requests having an ability to search by user/ pages in LogViewer UI. - Source: - Author: [sundeep.mallu](https://code.gramener.com/sundeep.mallu) - Created: Mon 12 Mar 2018 09:51
- When we are using facebook auth in one of our application we are facing the below error. 
# Feature contributions to include - [ ] create a sqlalchemy-based connector to Apache Solr - [ ] add documentation - [ ] test cases ## What's known 1. [sqlalchemy-solr](https://github.com/aadel/sqlalchemy-solr/)...
`TableauDataHandler` will connect to Tableau via web data connector (WDC). - [ ] extend `gramex.data.filter` to support WDC connections to Tableau - [ ] documentation - [ ] test cases...
`tests.test_logviewer.TestLogViewer.test_enpoints` is failing.
Here is a possible implementation: ```yaml url: preferences: pattern: /$YAMLURL/preferences handler: FunctionHandler kwargs: function: gramex.preferences(namespace='my-app-preferences') ``` REST API: ``` GET /preferences # Return user preferences as a dict PUT /preferences?x=1...
We want to use .gitignore-like patterns for allowing / disallowing files in FileHandler. Here's a possible fix: https://stackoverflow.com/questions/10048667/gitignore-style-fnmatch Needs to be tested better.