You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be interested to see how a graph database can assist GoDbLedger and offer unique queries and insights.
Given that all transactions have relationships, we can add metadata to each transaction in order to do analytics? The meta data should assist other systems to do automatic classification of expenses
These data would play well within a graph database.
It can be integrated as an add on database, something optional. and going through the message broker.
The text was updated successfully, but these errors were encountered:
This is a super interesting concept and the database backend is already implemented as an interface to support both MySQL and Sqlite. So making a graph database backend would be as simple as implementing the interface defined here:
awesome. that's great. would take a look at that file and see if something can be done.
however, do you see any angles as to how a graphdb can add useful insights to an accouting ledger system? am curious to hear your thoughts.
my idea is that graph analytics can be done across all the transactions, and possibly to find unique relationships among them. but this requires more data within the database, like
who created the transaction
what is the classification of this transaction
who approved the transaction.
I'm not too sure if this data should be in godbledger or as a seperate system
Example analytics we can do with graph
which employee in the company is spending the most
Who is approving the expenses within the company. and who is making the requests
fundamentally a graph database makes sense only if there's multiple entities and relationships among the entities.
Would be interested to see how a graph database can assist GoDbLedger and offer unique queries and insights.
Given that all transactions have relationships, we can add metadata to each transaction in order to do analytics? The meta data should assist other systems to do automatic classification of expenses
These data would play well within a graph database.
It can be integrated as an add on database, something optional. and going through the message broker.
The text was updated successfully, but these errors were encountered: