Hacker News new | past | comments | ask | show | jobs | submit login

I've had this sort of experience with many systems, which is why I decided to use .txt files as the base data store for my current project.

It is indexed in a relational database, and it is presented in a Web 1.1 frontend, but it all flows back through the text files, and they are always available for download, optionally in zip or tar.gz archives.




Ironically SQLite is excellent choice in this situation.


SQLite is great, and I use it for caching and for providing data summaries... but it is not near-universally compatible and accessible, human-readable, the way text-files are.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: