Skip to content

yyh0808/nebula-monster-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The relationship of pocket monsters in the game

In this case, we use the game's publicly available dataset, imported into studio, to show you how to take advantage of the Nebula Graph to demonstrate the value of the graph database. Interested users can try it out for themselves (GameMonsters Graph database).

Quick start.

  1. Visit Nebula Playground: Game_monsters

  2. Click on "Start exploring". 3.

  3. There are 2 ways to import data.

    Method 1: VID query, fill in a list of IDs for the following vertices:
    monster001
    monster002
    monster003
    monster025
    monster026
    monster133
    monster134
    monster135
    monster136

    Method 2: Click on the index query, select the tag and index, add a quantity limit, e.g. 50, click on the plus sign and add an index condition, for example:monster、person、property

  4. By this time the vertices should be displayed, you can double click them, or use the right sidebar to expand the conditions for edge expansion.

Details.

Game business scenarios often encounter relationship problems, characters and characters, characters and monsters, pets, NPCs, props, etc.

With the traditional form of tables, it is impossible to find the required relationships intuitively, here we take the game as an example, using publicly available data to provide everyone online experience Nebula Graph graph database.

The structure of this game dataset, as shown in the figure:<br

Tag: monster, property, person
Vertex: 151 monsters, 9 properties, 13 characters
Edge: property relationship, damage doubling, damage halving, attribution, evolution relationship

! monsters

Let's start by looking up something related to a famous 025 yellow monster.

  • Go to the studio graph exploration screen.

  • The top left corner confirms that we are currently in the Game_Monsters space (the space of the game dataset) ! monsters

  • Click the Start Exploration button on the right ! monsters

  • Enter vid: monster025

  • Click to confirm ! monsters

You can find out the vertex of the yellow charged monster number 025. (VID is monster001 - monster151)

! monsters Double click on the point to automatically expand all related points

For example, you can see the vertex of a certain monster with a longer tail and a charged partner, 026, of the evolutionary relation 025. ! monsters

At the same time click on the attribute display button, check the box to select the attributes we need to display, you can see the vertex in the figure corresponding to the value of the attribute. For example: name, attack power, defense power, etc. ! monsters

! monsters

! monsters

In the result of the query, we can also see that there is a vertex for the attribute, and the tag for the monster attribute, with the same name.

How to build the data structure often needs to be designed by the user

! monsters

Clicking on this attribute vertex will automatically expand it, at this vertex we can visually view all the monsters with electric attributes, each vertices shows the corresponding attribute value, and intuitively find all the monsters of the electric family ! monsters

With the right sidebar, we can also expand the edges exactly as needed.

For example, keeping only one vertex of the canvas, the electric property

  • delete the rest of the vertices of the canvas.
  • click on the edge type in the right sidebar and select only damage
  • Select outflow for direction, 1 for step, and leave everything else the same ! monsters
  • This time click the expand button, you can expand the attribute relationship, you can see the relationship of attacking other attributes through the edge, electricity attribute can do double damage to water attribute, but half damage to grass attribute, and very low damage to rock attribute. ! monsters

Now, let's look up the character relationships

By vid query enter
person1
person2
person3
person4
person5
person6
person7
person8
person9
person10
person11
person12
person13

! monsters

From the results, you can see 8 big city dojo directors, former champions, and 4 major divas ! monsters

Double click on a person's vertex to see the monsters he has ! monsters

Clicking on each monster allows us to quickly expand the relationship and find the attributes that are incompatible with each other ! monsters

Double click on the restraining attribute to quickly expand a group of monsters with that attribute, and select the monsters you have to double the damage on the boss's monsters, or select the monsters that halve the damage for defense. ! monsters

This is a typical way to use graphs for quick game strategy search, and they have a huge advantage over the traditional table format in terms of correlations.

We hope this public data demo is helpful for you to win the game.

If you are interested in the example, click Quick Start and try it out for yourself.

Game_monsters

Reference.

Studio video presentation https://www.bilibili.com/video/BV1QN411Z7Vh .
Figure Exploration, Nebula-Studio Manual https://docs.nebula-graph.com.cn/master/nebula-studio/st-ug-toc/
nGQL, CRUD manual https://docs.nebula-graph.com.cn/master/2.quick-start/4.nebula-graph-crud Translated with www.DeepL.com/Translator (free version)

About

pokemon data with nebula example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published