Tag: database resources
-
HikariCP connection pooling software resources and links
HikariCP is a connection pool software that maintains connection pool resources so your code use them to access databases. This can be used in place of Akka and Scala execution context for database connections. This helps keep your main application code from being blocked while it does a database query to either store or retrieve…
-
Interesting blog about databases
I found this link somehow. This guy has all kinds of interesting information about databases, programming and technology in general . https://aphyr.com/tags/jepsen
-
Neo4j and graph database resources
Introduction to Neo4j and Graph Databases @28:30 the link to the article about streaming with kafka and neo4j Link to a whitepaper article about streaming with neo4j A Skeptics Guide to Graph Databases – David Bechberger