Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does Google Docs store documents (on the backend)?

I half imagine there being these great .docs in the sky... but another part of me doubts that my documents are even being stored in anything we'd traditionally call a "file." Does Google have its own document format? I feel like it must. Some branch of some existing format like ODF, maybe? Any idea what it's like, what's special about it (if anything), and/or why it is the way it is?

like image 909
Toph Avatar asked Jun 23 '10 05:06

Toph


1 Answers

As far as I'm aware, Google Docs originally generated RTF files. Now, however, with the recent push of HTML5 and integration of the ContentEditable module, they may very well just store documents as plain HTML within their database.

like image 181
Damien Wilson Avatar answered Sep 28 '22 05:09

Damien Wilson