Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stats for DataNodes #495

Closed
evamaxfield opened this issue Mar 15, 2018 · 1 comment
Closed

Stats for DataNodes #495

evamaxfield opened this issue Mar 15, 2018 · 1 comment

Comments

@evamaxfield
Copy link
Collaborator

evamaxfield commented Mar 15, 2018

This relates to #427.

Has there been thought into adding a similar system like mentioned in the above issue but on the DataNode level.

print(pkg.group_node.data_node.inspect())

object_type: file (json)
original_name: 'this_was_a_file.json'
size: 123 MB
default_load: filepath

Would allow users that want to view the details of a node without opening it up a method to do so.

@akarve
Copy link
Member

akarve commented Mar 15, 2018

Yes. File extensions are critical since currently the package interface hides them. We already store orginal_name in the package tree so it's straightforward to resurface it. Size also makes sense though that is currently a dynamic server-side attribute. Will need to think about how to surface it statically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants