Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [graph-databases]

Ask Question

The tag has no summary.

41 questions
Filter by
Sorted by
Tagged with
2votes
1answer
436views

I am developing a diagramming application and want to optimize operations with the Nodes and Relations of the diagram. Currently, I am using a relational database with tables for diagrams and nodes. ...
-1votes
2answers
696views

I'm building a reddit clone on top of software that must incorporate a legacy neo4j graph database to track user actions. I also want to use it to store the comment/post data. Assuming this new app is ...
1vote
1answer
810views

I'm looking for advice on how to design the data model for a project I'm working on. I'm not really sure where to ask such a question. I've been using StackOverflow for years, but this problem is a ...
Shaggydog's user avatar
1vote
0answers
144views

The problem:We have a business process where we need to record many transactions between parties.At the same time, the products&services that transactions are for can fall into many categories ...
tlt's user avatar
  • 123
4votes
0answers
202views

Imagine I have graph data that is beyond the size of a single machine.How would you shard a graph database?I asked on Hacker News and people suggested sharding based on a hash of the predicate-...
Samuel Squire's user avatar
-1votes
1answer
443views

Consider a context where we have Users saving Questions and adding personal Tags to them.In a graph-based paradigm, a first approach could be something like:(User)-[SAVES {tags}]->(Question)...
0votes
1answer
263views

Is it viable to leverage both a graph db and a relational db at the same time for the same data sets? Does it even make sense to approach the solution this way?Thinking is i use nodes and ...
0votes
1answer
684views

Application component 1(ap1) record/insert/update a new state in graph database(neo4j)For every new state change in the database, application component 2(ap2) needs to be informed/notified that a new ...
2votes
1answer
654views

Setup/IntroI have 10k+ nodes in my Neo4j graph in which I need to display a sub-graph (100-500 nodes) between 2 start/end nodes on the frontend app along with info about the critical path and all ...
-3votes
1answer
209views

i have a graph and transactions which change the relationship between the graph nodes and i need to keep tracking of this changes over time. Kinde of queries i need to execute:I want to see the ...
1vote
0answers
54views

I am new to neo4j and the graph I'm shaping will be used by third party applications for some fixed (cypher) queries - we can think about the classical "Who is friend of Alice?" question.I'd like ...
watery's user avatar
2votes
2answers
409views

I've been thinking about how to map user claims to permissions in a way that scales from a read and write perspective, probably using a stand-alone service. What we have today doesn't scale for ...
4votes
2answers
1kviews

I'm trying to determine the best application and database architecture for a project I am working on.The idea is that there will be multiple, separate applications that will all share a few tables ...
5votes
2answers
864views

For example, given node types User and Post, and expressing that a user posted something on Twitter, what factors would I need to consider in deciding between:(u:User)-[posted]->(p:Post {platform:...
Isvara's user avatar
5votes
2answers
2kviews

I just stumbled upon an article by Lucas Majerowicz titled "Add git-like functionality to your application using Event Sourcing".In it, he describes using Event Sourcing with events stored ...
eggyal's user avatar

153050per page
1
23

Hot Network Questions

more hot questions
Newest graph-databases questions feed

[8]ページ先頭

©2009-2025 Movatter.jp