PyTables User's Guide: Hierarchical datasets in Python - Release 1.3.2 | ||
---|---|---|
Prev | Chapter 6. FileNode - simulating a filesystem with PyTables | Next |
You can use FileNode objects and PyTables groups to mimic a filesystem with files and directories. Since you can store nearly anything you want as file metadata, this enables you to use a PyTables file as a portable compressed backup, even between radically different platforms. However, you may need to devise some strategy to represent special files such as devices, sockets and such (not necessarily using FileNode).
We are eager to hear your opinion about FileNode and its potential uses. Suggestions to improve FileNode and create other node types are also welcome. Do not hesitate to contact us!