awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mongojack avatar

mongojack/mongojack

0
View on GitHub↗
276 stars·112 forks·Java·3 viewsmongojack.org↗

Mongojack

Mongojack maps Java objects to MongoDB documents. Based on the Jackson JSON mapper, Mongojack allows you to easily handle your mongo objects as POJOs (insert, search by id or by any other field, update).

Features

  • Language Drivers - Jackson-based POJO mapping library for Java applications.

Star history

Star history chart for mongojack/mongojackStar history chart for mongojack/mongojack

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mongojack

Similar open-source projects, ranked by how many features they share with Mongojack.
  • art049/odmanticart049 avatar

    art049/odmantic

    1,173View on GitHub↗

    Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints

    Pythonasyncasynciodatabase
    View on GitHub↗1,173
  • automattic/mongooseAutomattic avatar

    Automattic/mongoose

    27,479View on GitHub↗

    Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations

    JavaScript
    View on GitHub↗27,479
  • awapps/mongrationawapps avatar

    awapps/mongration

    86View on GitHub↗

    MongoDB migration framework

    JavaScript
    View on GitHub↗86
  • alcaeus/mongo-php-adapteralcaeus avatar

    alcaeus/mongo-php-adapter

    463View on GitHub↗

    :link: Deprecated Adapter to provide ext-mongo interface on top of mongo-php-library

    PHP
    View on GitHub↗463
See all 30 alternatives to Mongojack→

Frequently asked questions

What does mongojack/mongojack do?

Mongojack maps Java objects to MongoDB documents. Based on the Jackson JSON mapper, Mongojack allows you to easily handle your mongo objects as POJOs (insert, search by id or by any other field, update).

What are the main features of mongojack/mongojack?

The main features of mongojack/mongojack are: Language Drivers.

What are some open-source alternatives to mongojack/mongojack?

Open-source alternatives to mongojack/mongojack include: art049/odmantic — Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints. automattic/mongoose — Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB… awapps/mongration — MongoDB migration framework. ballerina-platform/module-ballerinax-mongodb — MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the… bguerout/jongo — Query in Java as in Mongo shell. alcaeus/mongo-php-adapter — :link: [Deprecated] Adapter to provide ext-mongo interface on top of mongo-php-library.