Skip to content

Commit

Permalink
Merge pull request #150 from hemedani/main
Browse files Browse the repository at this point in the history
📝 add Besmellah to doc
  • Loading branch information
hemedani authored Jan 27, 2024
2 parents 3feeb56 + 26b2f8a commit 7960d11
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div align="center">
<img src="./pages/src/img/besmelah.jpg" alt="بسم الله الرحمن الرحیم">
</div>

# Why **Lesan**?

Even though _**NoSQL**_ is very fast, its complexities are very troublesome for large-scale projects. On the other hand, _**GraphQL**_ shines in client-server connectivity but it has several weaknesses and is somewhat complex, adding another layer of complexity to the project. That’s why we created **LESAN**.
Expand Down
Binary file added docs/img/besmelah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ <h1 class="menu-title">Lesan</h1>

<div id="content" class="content">
<main>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p><img src="./img/besmelah.jpg" alt="Besmellah Allah Alrahman Alrahim" /></p>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p><strong>Lesan</strong> is a collection of a <a href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server">Web Server</a> and an <code>ODM</code> along with an idea to implement <a href="https://www.ibm.com/cloud/learn/microservices">microservices</a>.</p>
<p>In this framework, we tried to delegate data retrieval management to the <code>client</code>, inspired by the idea of <a href="https://graphql.org/">​​GraphQL</a>, without adding an extra layer (such as <a href="https://en.wikipedia.org/wiki/Graph_Query_Language">GQL</a> language processors) on the <code>client</code> and <code>server</code> side. In addition, we use all the capabilities of <a href="https://en.wikipedia.org/wiki/NoSQL">NoSQL</a> databases so that we can <code>embed</code> all the <code>relationships</code> of a schema within itself without involving the <code>server-side</code> programmer in managing the <code>creation</code>, <code>retrieval</code>, <code>updating</code>, and <code>deletion</code> of duplicated embeddings.</p>
<p>Meanwhile, we should have a regular structure (such as <a href="https://en.wikipedia.org/wiki/SQL">SQL</a>) for data models in the <code>ODM</code> layer so that we can always <code>validate</code> the data.</p>
Expand Down
3 changes: 2 additions & 1 deletion docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ <h1 class="menu-title">Lesan</h1>

<div id="content" class="content">
<main>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p><img src="./img/besmelah.jpg" alt="Besmellah Allah Alrahman Alrahim" /></p>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p><strong>Lesan</strong> is a collection of a <a href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server">Web Server</a> and an <code>ODM</code> along with an idea to implement <a href="https://www.ibm.com/cloud/learn/microservices">microservices</a>.</p>
<p>In this framework, we tried to delegate data retrieval management to the <code>client</code>, inspired by the idea of <a href="https://graphql.org/">​​GraphQL</a>, without adding an extra layer (such as <a href="https://en.wikipedia.org/wiki/Graph_Query_Language">GQL</a> language processors) on the <code>client</code> and <code>server</code> side. In addition, we use all the capabilities of <a href="https://en.wikipedia.org/wiki/NoSQL">NoSQL</a> databases so that we can <code>embed</code> all the <code>relationships</code> of a schema within itself without involving the <code>server-side</code> programmer in managing the <code>creation</code>, <code>retrieval</code>, <code>updating</code>, and <code>deletion</code> of duplicated embeddings.</p>
<p>Meanwhile, we should have a regular structure (such as <a href="https://en.wikipedia.org/wiki/SQL">SQL</a>) for data models in the <code>ODM</code> layer so that we can always <code>validate</code> the data.</p>
Expand Down
3 changes: 2 additions & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ <h1 class="menu-title">Lesan</h1>

<div id="content" class="content">
<main>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p><img src="./img/besmelah.jpg" alt="Besmellah Allah Alrahman Alrahim" /></p>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p><strong>Lesan</strong> is a collection of a <a href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server">Web Server</a> and an <code>ODM</code> along with an idea to implement <a href="https://www.ibm.com/cloud/learn/microservices">microservices</a>.</p>
<p>In this framework, we tried to delegate data retrieval management to the <code>client</code>, inspired by the idea of <a href="https://graphql.org/">​​GraphQL</a>, without adding an extra layer (such as <a href="https://en.wikipedia.org/wiki/Graph_Query_Language">GQL</a> language processors) on the <code>client</code> and <code>server</code> side. In addition, we use all the capabilities of <a href="https://en.wikipedia.org/wiki/NoSQL">NoSQL</a> databases so that we can <code>embed</code> all the <code>relationships</code> of a schema within itself without involving the <code>server-side</code> programmer in managing the <code>creation</code>, <code>retrieval</code>, <code>updating</code>, and <code>deletion</code> of duplicated embeddings.</p>
<p>Meanwhile, we should have a regular structure (such as <a href="https://en.wikipedia.org/wiki/SQL">SQL</a>) for data models in the <code>ODM</code> layer so that we can always <code>validate</code> the data.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

Binary file added pages/src/img/besmelah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions pages/src/introduction.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Besmellah Allah Alrahman Alrahim](./img/besmelah.jpg)

# Introduction
**Lesan** is a collection of a [Web Server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server) and an `ODM` along with an idea to implement [microservices](https://www.ibm.com/cloud/learn/microservices).

Expand Down

0 comments on commit 7960d11

Please sign in to comment.