Yes, badly expressed. My putative web2py application is going to store xml data that describes the internal state of several industrial appliances. This is going to be a very large amount of data and is being pushed at regular intervals. I was wondering if there were a way to allow web2py to store this in Zope instead of in a traditional RDBMS? Alternatively, in some kind of flat file structure?
0
anthony 12 years ago
web2py is primarily a server-side framework, so it generally is the backend. What do you want Zope to do and what do you want web2py to do?
replies (1)