Coder Social home page Coder Social logo

gemini-projects / gemini Goto Github PK

View Code? Open in Web Editor NEW
175.0 22.0 23.0 17.07 MB

Cloud Native and Low Code Platform to create FullStack web Admin applications in minutes

java rest-api rest microservices micronaut domain-driven-design cloud cloudnative model-driven-development restful

gemini's Introduction

Gemini Logo

Cloud Native and Low Code Platform to create FullStack web Admin applications in minutes


Gemini Logo

โœจ Features & Technologies

  • REST API generator
    • Low Code CRUD & advanced filters/search APIs
    • Cloud Native and Serverless ready with Micronaut and GraalVM
    • Low code data storage drivers (define the schema and forget about anything else)
    • Customizable data drivers, for specific and custom use cases
  • Full React Admin Single Page Application
    • Enterprise-class Antd architecture
    • Low Code ready to use Web App
    • Fully customizable with your own code and components
  • Low code Full Stack React Components
    • Enterprise-class Antd components (Tables, Forms, etc...)
    • Ready to use in your existing projects in minutes

๐Ÿ† Top Use Cases

  • Expose your data with solid REST APIs & OAuth2 without writing code
  • Expose microservices data & boundaries
  • Enterprise level BackOffice Web Application
    • For Internal usage (Admin Panels, Services Configuration, etc.)
    • For your clients, with ready to use full stack components
  • Integrate full stack enterprise data components (tables, forms, etc..) in existing web applications
  • Migration from Monolith to Cloud Native services and GUI

๐Ÿ“„ Documentation

You can find the Gemini documentation on the official website.

Check out the Getting Started page for a quick overview.

Attention! Gemini is an under development platform. At the moment a full support service is guaranteed for companies who express interest in the project. If you want to try it out or use it in your company you we could get in touch on Linkedin.

โœจ Who is using


AI Technologies

Gemini.-.AIT.-.usecase.mp4

โš ๏ธ Old Framework

In the last 2 year Gemini changed its architecture, from a Spring/Angular monolith approach to a Cloud Native and flexible one exploiting Micronaut and React. You can find the old framework on the old-0.5.0 branch

gemini's People

Contributors

h4t0n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gemini's Issues

[DSL-CORE-API]: Singleton Entity

A singleton Entity is a one record Entity, where we can only GET and PUT. No POST and DELETE are allowed. Todo:

  • DSL new ENTITY Type
  • CORE persistence and APIs (no delete or new one, only modify and get)
  • Special API handling (no POST and DELETE)

[CORE-API] Entity Controller Method ALLOW/DISABLE

Need a way to avoid to bind unnecessary METHOD to Entity.

For example with singleton Entities of #1 the POST / DELETE method should be not allowed.

There is always a single record for that entity returned by the GET on entity root path (no need to have logical key).

[OPENAPI]: Parametric Info

Using the feature implemented in #1 make the openapi documentation info configurable.

In a singleton entity put all the information needed and the refactor the default.

[AUTH-MODULE] RBAC: role based access control

Need a way to limit operations on APIs accordingly to User roles. TODO:

  • define the model
  • define a way to identify the user role and integrate with OAuth2

We could use different strategie here...

For example bind in some way the OAuth2 scope concept to one or some user role. Or handle the RBAC to work only inside the core Framewoek accordingly to the logged user role decoupling role/scope and access_token. This mean that no OAuth2 scope are used, instead all the logic is made by Gemini core by using user roles.

[CORE-DSL-API/EntityManager] Ordered Logical Key for Entities

Entities can have multiple logical key but at the moment the is a lexicographic order. Need to specify the order on DSL and implement it in the Core Entity Manager and API Paths.

For example:
ENTITY MultipleLK {
TEXT lk *1
TEXT lk2 *2
NUMBER a
}

*1 and *2 give the order

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.