jnosql
jnosql copied to clipboard
Run TCK against MongoDB or Any NoSQL Document Database
We must ensure that the TCK can run against a NoSQL document database like MongoDB. This will validate the compatibility and functionality of Jakarta Data with NoSQL databases.
Tasks:
- [ ] Set up a MongoDB instance for testing.
- [ ] Configure the TCK to connect to the MongoDB instance.
- [ ] Run the TCK tests against MongoDB.
- [ ] Identify and document any issues or failures.
- [ ] Fix any compatibility issues found during the test run.
- [ ] Document the process and steps to run the TCK against a NoSQL document database.