Coder Social home page Coder Social logo

mediameter-skeleton's Introduction

MediaMeter Dashboard

MediaMeter is a suite of tools built on top of the MediaCloud online news database. A number of tools make up the suite, all driven by a query you author to specify media sources, a date range, and some keywords.

The Dashboard shows simplified widgets to give a quick overview of an issue's media coverage and let users identify interesting trends for more in-depth analysis.

Dependencies

See requirements.pip. Install them by running pip install -r requirements.pip

mediameter-skeleton's People

Contributors

elplatt avatar rahulbot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mediameter-skeleton's Issues

Hard-coded Python Path in userconfig Prevents VirtualEnv Pip Usage

(flask)frontal-lobe:Skeleton-App sands$ ./userconfig add myusername mypass
Traceback (most recent call last):
File "./userconfig", line 7, in
import pymongo
ImportError: No module named pymongo

(flask)frontal-lobe:Skeleton-App sands$ which pip
/Users/sands/.virtualenvs/flask/bin/pip

(flask)frontal-lobe:Skeleton-App sands$ pip list
Flask (0.10.1)
Flask-Login (0.2.10)
Flask-WTF (0.9.5)
itsdangerous (0.24)
Jinja2 (2.7.2)
MarkupSafe (0.19)
pip (1.4.1)
pymongo (2.7)
setuptools (0.9.8)
Werkzeug (0.9.4)
wsgiref (0.1.2)
WTForms (1.0.5)

remove tool specific folders

Things like app/dashboard and app/mentions shouldn't be in the skeleton. I propose we remove them in individual git commits, and then in each tool revert the appropriate commit to get that tool's folder back.

That'll leave us with a cleaner skeleton app for new tools, and help us be more intentional about moving things in and out of core.

query keywords not in parentheses

If you query for something like "obama or clinton" we need to turn it into +(obama or clinton) in order for solr to process it correctly

Fix namespacing

get rid of "import from" and differentiate between app package and the flask application object (both currently called "app").

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.