gazetteerhk / census_explorer

Explore Hong Kong's neighborhoods through visualizations of census data
http://gazetteer.hk
MIT License
42 stars 12 forks source link

Backend pandas #26

Closed hupili closed 10 years ago

hupili commented 10 years ago

The new backend is fully functioning with an example app demo-ed in #25 .

Original GAE backend was already broken due to change of extract part. We can merge to master.

This can give FE a workable API endpoint. We can continue discussion in #11 and #19.

hxu commented 10 years ago

So this is a pure Flask application now, right? The only thing you need is the proper python packages? You don't even need to do the symlinking thing, right?

I'm OK to merge.

hupili commented 10 years ago

Yes. I'll clean GAE related stuffs.

The use case later should be:

hupili commented 10 years ago

Cleaned.