Description
Gemini is a backend REST framework to automatically create CRUD REST APIs from scratch starting from a simple Schema definition called Gemini DSL.
gemini alternatives and similar libraries
Based on the "REST Frameworks" category.
Alternatively, view gemini alternatives based on common mentions on social networks and blogs.
-
Dropwizard
Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics. -
rest.li
Framework for building robust, scalable RESTful architectures using type-safe bindings and asynchronous, non-blocking IO with an end-to-end developer workflow that promotes clean practices, uniform interface design and consistent data modeling. -
Swagger
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. -
Rapidoid
A simple, secure and extremely fast framework consisting of embedded HTTP server, GUI components and dependency injection. -
Microserver
A convenient extensible Microservices plugin system for Spring & Spring Boot, with over 30 plugins and growing, that supports both micro-monolith and pure microservices styles. -
Restlet Framework
Pioneering framework with powerful routing and filtering capabilities, unified client and server API. -
Crnk
Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more. -
StubbornJava
Unconventional Java code for building web servers / services without a framework. Think dropwizard but as a seed project instead of a framework. If this project had a theme it would be break the rules but be mindful of your decisions. -
Restler
Automatically generates a web service client at run time by analyzing its annotated Spring controller interface
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of gemini or a related project?
Popular Comparisons
README
A Model Driven Framework to automatically expose CRUD REST APIs and that manages everything else
Gemini is a backend REST framework to automatically create CRUD REST APIs from scratch starting from a simple Schema definition called Gemini DSL. Briefly Gemini automatically handles for you:
- Data Storage: creating all persistence stuff (tables, relations and so on)
- API controllers: creating common REST CRUD controllers for each DSL Entity
- Swagger API documentation: creating the openapi language-agnostic interface to RESTful APIs
- Authentication: by using Spring OAuth2 and JWT tokens
- API callbacks: to add business logic with ease
Quick Start & Documentation
To use Gemini take a look at the documentation.
You can use Docker to start in minutes.
Contribute
Gemini is in early stage of development. The best way to contribute is to checkout the project and try it. Then we can speak about new features, improvements and roadmap on gitter or social platforms.
License
Apache License 2.0
*Note that all licence references and agreements mentioned in the gemini README section above
are relevant to that project's source code only.