Coder Social home page Coder Social logo

gemini-projects / gemini Goto Github PK

View Code? Open in Web Editor NEW
179.0 21.0 22.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 api restful-api

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

aias00 avatar  avatar  avatar Curly-Howard-Chungus Correspondence | Lamport-Cabot-Codd-Backus-Naur Form avatar NetGuy avatar Connor O'Dea avatar j2eedev avatar Tien Nguyen avatar Andy Nguyen avatar Andrew NS Yeow avatar uzkitio avatar Dimitrij Pinneker avatar Odilio avatar  avatar Daniel Hummel avatar  avatar  avatar  avatar Zachary avatar Arindam Das avatar Ilias Pavlidakis avatar  avatar Tom Bielecki avatar  avatar Marco Zink avatar Simon Snow avatar  avatar Can Evgin avatar Tyler Witlin avatar Saleem Basit avatar Fankic@Jack avatar Alessandro Bessi avatar Basel Ajarmah avatar Gabriele Martini avatar Luigi Di Sotto avatar Diego Giorgini avatar Nitin Raj Yadav avatar yunan.zhang avatar Mohammad Tomaraei avatar  avatar Code Revisited avatar  avatar  avatar 罗伟聪 avatar Pankaj Pandey avatar r9liucc avatar Iulia Danilov avatar Ioan Rîpan avatar Cioclea Doru Octavian avatar Diego Caldeira avatar Tulio Gabriel avatar Júlio Falbo avatar Bruno de Melo Rodrigues avatar  avatar SAURABH VERMA avatar Hasnat Babur avatar Arne Zelasko avatar  avatar Ismail Pehlivan avatar Ronny avatar antoniotrkdz avatar sajini kaushalya avatar W. avatar  avatar  avatar Bruno R. Yamada avatar Marco Geri avatar Vasyl Borovyk avatar Leus avatar  avatar Patrizio Tufarolo avatar Sergiy Tsimbalyuk avatar Álvaro García León avatar Chandan Prakash avatar Marco Serafini avatar Marco Baxemyr avatar Oleg Kostin avatar  avatar Ruthraiah Thulasi avatar Edoardo Luppi avatar Developer of interesting things avatar Md Adyelullahil Mamun avatar Wajahat Ali Abid avatar  avatar Mateusz Dąbek avatar Stephan M avatar Daniel Jeller avatar Peter Varsanyi avatar David McElligott avatar Marzig avatar ʀᴜɴᴛɪᴍᴇ ( Dʀᴀɢᴏsʜ ) avatar Dhanushka Madushan avatar  avatar Manos Batsis avatar Isaiah Smith avatar  avatar Diego Cassandri avatar Seif Ibrahim avatar Kai Weber avatar Alfredo Serafini avatar

Watchers

Leus avatar Andriy Plokhotnyuk avatar Naveenraja Subramaniam avatar Igor Azarny avatar Luigi De Masi avatar Andreas Brück avatar Fankic@Jack avatar Stephan M avatar Kalaiselvan A avatar Narendran Janardhanan Sreedevi avatar Venkata Ravichandra Cherukuri avatar David Canino avatar  avatar Nikita Dolmatov avatar Daniel Hummel avatar  avatar  avatar Mohamed Aymen Elarbi avatar Chandan Prakash avatar  avatar Minh Tran avatar

gemini's Issues

[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

[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)

[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.

[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).

[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.

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.