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

View sample data for tags & edges #3106

Closed
Sophie-Xie opened this issue Oct 15, 2021 · 0 comments · Fixed by #3320
Closed

View sample data for tags & edges #3106

Sophie-Xie opened this issue Oct 15, 2021 · 0 comments · Fixed by #3320
Assignees
Labels
type/feature req Type: feature request
Milestone

Comments

@Sophie-Xie
Copy link
Contributor

Sophie-Xie commented Oct 15, 2021

Describe the background of the requirement
When customers get a new Nebula Graph and don't know the data details, customers always don't know how to start using our products(Nebula Graph、explorer、studio)

Describe the detail of the requirement
For relational database(mysql):
When we get a new database, we can know it with below:
1.show databases;
2.show tables;
3.desc <table_name> or show create <table_name>;
4.select * from <table_name> limit 10;

For nebula graph:
when we get a new database:
1.show spaces;
2.show tags & show edges;
3.show create {TAG <tag_name> | EDGE <edge_name>};
No match (v:<tag_name>) return v limit 10; (need to create index)

Can we supply a way to view sample data for tags & edges without index? then at least we can get a "vid" for query or any other operations.

Describe the scenarios of the requirement
1.First use of our products,don't know data details, want to understand the data structure quickly.
2.Don't know data details, want to test expand through explorer.(Need VID)

Describe the values of the requirement
General: nebula graph usability
Values for customer: Facilitate customers to better use our products(Nebula Graph,explorer,studio),make it easier for customers to understand the data structure
Importance of the business project:it's common request

from @Jerry319609l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants