Grafalapú
Grafalapú, or graph-based, denotes approaches that model, store, and analyze data primarily as graphs: sets of entities (nodes) connected by relationships (edges). In grafalapú systems, nodes may carry attributes, and edges may be directed or undirected, weighted, or labeled, forming a property graph or a knowledge graph when semantics are richer.
Core components include graph databases or processing engines, graph query languages such as Cypher or Gremlin,
Applications span multiple domains. Graph databases support rich connected-data storage and retrieval for social networks, recommendation
Advantages include natural representation of relational data without rigid schema, flexible queries over relationships, and powerful