-
Notifications
You must be signed in to change notification settings - Fork 1
infolabtamu/crowdy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A system for finding and displaying crowds in real-time.
README this file
serve.py launch the development webserver
api/ the json-based restful api
docs/ documentation for the project
etc/ configuration files
intake/ crawlers, groupers, and filters
maroon/ maroon is an ORM. Changes should not be made to these files.
tests unittests
web/ the frontend
There are some toy programs in the intake directory. This is their usage:
./jsoncrawl.py ../../tests/infolabers.json|./tee.py tmp|./digits.py 1
To use this project, you will need to install several python modules:
pip install -r reqs.pip
You will also need to install pylucene. There are mediocre instructions on the PyLucene website. Here's what I used for the Makefile in a Python 2.7 virtualenv
PREFIX_PYTHON=$(HOME)/virtualenv/crowdy
ANT=ant
PYTHON=$(PREFIX_PYTHON)/bin/python
JCC=$(PYTHON) -m jcc --shared --arch x86_64
NUM_FILES=4
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published