-
Event Sourcing is really only about persistence. You persist a sequence of events/facts which you use to derive the state of your model instead of mutating and persisting the state itself. That’s real…
-
## Question
Can TiKV be used as an alternative solution for NoSQL db such as Bigtable or Cassandra?
I guess some of the key features there for Bigtable are (but not sure if TiKV also supports):
…
-
![image](https://user-images.githubusercontent.com/414141/185047255-a531605d-8e8b-4fb9-a40b-6003d9a05a9a.png)
![image](https://user-images.githubusercontent.com/414141/185102329-b7072f77-5041-4f5a-97…
-
How could specialized and tailored "Legal Components" enable more efficient, effective, fair and adaptive regulatory models for data-driven systems?
Examples and context: https://github.com/collabx/C…
-
Please, don't start any discussion in this thread. Only add new RDBMS or vote for existing one.
Important notes:
- we cannot add support for database if it doesn't have ADO.NET, OLE DB or ODBC provi…
-
Hey,
It would be very handy to be able to eager load Document References as objects.
Is this something you have considered?
Thanks anyways :P
-
Trying to use weatherreport in couchdb installation form deb package leads to errors
## Expected Behavior
```bash
$ /opt/couchdb/bin/weatherreport --list
Available diagnostic checks:
cust…
-
Discussion started on slack like this:
sytolk [6:40 PM]
I see that its have DAOs and fermat Database layer to persist data in sqlite. Its have easy way to do that if you use JOOQ I have use it in se…
-
### Problem
The repository is built into a relational database, in the form of an SQLite output, and Docker containers for Postgres + MariaDB.
This is great for a huge number of use-cases, howeve…
-
I'm realizing as the project grows, it will get more and more tedious to add tables to sqlite. I chose sqlite for the performance over simply just storing the cache in a json file.
So I will need to…