I am attempting to create a fairly simple dashboard with data retrieved 
from external data sources. I have currently written python scripts that 
retrieve the data (date and volume data) from the external data source as a 
list. My current conundrum is calling the script and inserting the list 
into the database (the script will be ran once per day). So to break it 
down I am attempting to:

1) Retrieve external data (completed).
2) Insert into database using the DAL.
3) Process data in database to be graphed and displayed.

I can see how to do this with Flask/SQLAlchemy, but I have used web2py for 
some simpler form based web projects and would prefer to use it Any ideas, 
suggested tutorials or other methods would be most welcome.

Regards,

Trent

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to