spring-data-queryable-encryption
Demo showcasing MongoDB Queryable Encryption with Spring Data MongoDB. Includes secure collection creation, encrypted fields, and range/equality queries. (by mongodb-developer)
spring-data-mongodb
Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access. (by spring-projects)
spring-data-queryable-encryption | spring-data-mongodb | |
---|---|---|
1 | 5 | |
3 | 1,660 | |
- | 0.8% | |
7.9 | 9.5 | |
15 days ago | 8 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
spring-data-queryable-encryption
Posts with mentions or reviews of spring-data-queryable-encryption.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-06.
-
Queryable Encryption With Spring Data MongoDB: How to Query Encrypted Fields
To access the full source code of this project: GitHub repository.
spring-data-mongodb
Posts with mentions or reviews of spring-data-mongodb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-06.
-
Queryable Encryption With Spring Data MongoDB: How to Query Encrypted Fields
Starting with version 4.5.0, the framework introduced several important changes, including support for Queryable Encryption.
-
A Ride Through Optimising Legacy Spring Boot Services For High Throughput
The downstream service handles the request in a similar manner, but in this case, it interacts with MongoDB, which also uses a connection pool managed by Mongo Java Driver behind Spring Data MongoDB.
-
7 years with Vaadin in production. Do we still enjoy it?
If you are successful enough, you will slowly switch the app into long time maintenance mode. From time to time a customer comes back and requests some changes or additions. Keeping the entire stack small helps here a lot. It's easy to find the place that needs to be updated and see all in-place relationships/dependencies, SpringData provides data to our Vaddin components directly, and SpringSecurity covers all logins/permissions requirements. Everything is under your control.
-
MongoDB ORMs, ODMs, and Libraries
See the Spring Data MongoDB documentation or the Spring Boot Integration with MongoDB Tutorial for more information.
-
The Spring Data MongoDB SpEL Expression Injection Vulnerability - CVE-2022-22980
Source :- https://github.com/spring-projects/spring-data-mongodb/tags
What are some alternatives?
When comparing spring-data-queryable-encryption and spring-data-mongodb you can also consider the following projects:
initializr - A quickstart generator for Spring projects
spring-data-commons - Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
CVE-2022-22980 - Poc of CVE-2022-22980
spring-data-redis - Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
distributed-load-testing-on-aws - Distributed Load Testing on AWS
Spring Data JPA - Simplifies the development of creating a JPA-based data access layer.