From 83e029bafa04934fed345db5e7fb6d8d2dc3f8e4 Mon Sep 17 00:00:00 2001 From: aryankhanna475 <81726126+aryankhanna475@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:54:00 +0530 Subject: [PATCH] Adding EmbedchainJS framework to common OS frameworks --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3771c2f..ddf5186 100644 --- a/readme.md +++ b/readme.md @@ -119,6 +119,7 @@ This is a fork of [awesome link](https://github.com/akullpp/awesome-java) with n 1. [Kilim](https://github.com/kilim/kilim) Lightweight threads for Java, with message passing, nio, http and scheduling support. License: [MIT](https://opensource.org/licenses/MIT) , [![GitHub stars](https://img.shields.io/github/stars/kilim/kilim.svg?style=social&label=Star&maxAge=2592000)](https://github.com/kilim/kilim). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) 1. [Apache Isis](http://isis.apache.org) Apache Isis is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) 1. [Apache Zest](https://zest.apache.org/) Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true) +1. [Embedchain-JS](https://github.com/embedchain/embedchainjs) Framework to easily create LLM powered bots over any dataset. [![GitHub stars](https://img.shields.io/github/stars/embedchain/embedchainjs.svg?style=social)](https://github.com/embedchain/embedchainjs) ### 2. Web development [Up](#useful-java-links)