metarhia / globalstorage

Distributed Data Warehouse 🌍
https://metarhia.com
MIT License
60 stars 5 forks source link

Cursor interface POSIX-like functions #48

Open tshemsedinov opened 7 years ago

tshemsedinov commented 7 years ago

We need something simple like POSIX shell commands for data traversal and other manipulations, for example:

aqrln commented 7 years ago

Cursor is essentially an iterator, isn't it? How can it have pathes, cd and stuff?

tshemsedinov commented 7 years ago

@aqrln cursor points to certain place in GlobalStorage, so Cursor.cd(path) will return another cursor which points to relative place