Tips and tricks for PostgreSQL
JPA and oracle performance tips
SQL-compatible open source query language for semi-structured, nested data
Parser for RSQL / FIQL – query language for RESTful APIs - jirutka/rsql-parser
Eclipse based multiplatform database tool
Spring Tips: Reactive SQL Data Access with Spring Data R2DBC
Randy Shoup discusses managing data in microservices and shares proven patterns and practical advice that has been successful at Google, eBay, and Stitch Fix.
Cover
Download now Email it to me
Code is easy, State is hard. Learning how to deal with your monolithic relational databases in a microservices structure is key to keeping pace in a quickly changing workplace. There are many approaches and in this book, author Edson Yanaga, takes you through nine different strategies for integrating data from your monolithic application to a microservice architecture.
Die Datenbank enthält Informationen zu Bau- und Kunstdenkmalen, zu Gartendenkmalen und technischen Denkmalen im Land Brandenburg. Der Datenbestand stellt einen Auszug aus der HiDA4-Fachdatenbank der Baudenkmalpflege des BLDAM dar. Er wird kontinuierlich ergänzt.
InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra, HBase, or anything else). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. It arose from our need for a database like this on more than a few previous products we’ve built. You can read more about our journey from SaaS application to open source time series database.
UnQL means Unstructured Query Language. It's an open query language for JSON, semi-structured and document databases.
eXist-db is an open source database management system built using XML technology. It stores XML data according to the XML data model and features efficient, index-based XQuery processing. eXist-db is an open source database management system built using XML technology. It stores XML data according to the XML data model and features efficient, index-based XQuery processing.
Über die Jahre verteilen sich E-Mails über unterschiedliche Programme und Postfächer, gehen durch defekte PST-Dateien oder unvollständige Datensicherungen verloren und können nur noch langsam durchsucht werden. Mit MailStore Home können Sie alle E-Mails zu einem sicheren Archiv zusammenführen, schnell durchsuchen und z. B. per Mausklick auf CDs oder DVDs brennen.
The goal of the project is to create a high-performance and easy to use tool for the SQL queries logging for JDBC applications.
Features include:
* can be attached on Connection, Driver or DataSource(XA,Pooling) levels
* can log bind parameters for PreparedStatement and CallableStatement calls
* can log result of queries from ResultSet objects
* can log queries execution time
* logging engine agnostic (thanks to SLF4J, you can use most of popular logging libraries like log4j, apache common logging, java logging or simple printing to System.out)User agents need to store large numbers of objects locally in order to satisfy off-line data requirements of Web applications. [WebStorage] is useful for storing pairs of keys and their corresponding values. However, it does not provide in-order retrieval of keys, efficient searching over values, or storage of duplicate values for a key.
LiquiBase is an open source (LGPL), DBMS-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes (structure and data) are stored in an XML-based descriptive manner and checked into so