dundermane / pubmark

An App for the Public Market in Rochester
MIT License
2 stars 2 forks source link

in MongoDB, define schemas per collection #14

Open jparryhill opened 10 years ago

jparryhill commented 10 years ago
jparryhill commented 10 years ago

see dblayer.py

thequbit commented 10 years ago

merchants:

    """

    merchant = {
        'name':'Default Merchant',
        'description':'Pay no attention to the default user behind the curtain.',
        'twitterhandle':'@CityRochesterNY',
        'twitterid':'275002578',
        'lastupdated':'1970-01-02 12:34:56',
        'lastgeo':'None',
        'lasttweet':'90557458052943873',
    }

    """

Tweets:

# whatever twitter gives us ...

Categories:

# need to define

Settings:

# need to define