Skip to content

Ecosystem page #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions content/ecosystem/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,33 @@
title = "Effectful Ecosystem"
template = "ecosystem/index.html"

[[extra.list]]
title = "Concurrency"
content = "Concurrent and asynchronous computations"
url = "/ecosystem/concurrency/"

[[extra.list]]
title = "Cryptography"
content = "Cryptography and random number generation libraries"
url = "/projects/cryptography/"
url = "/ecosystem/cryptography/"

[[extra.list]]
title = "Metrics, Logs, Traces and Profiles"
title = "Metrics, Logs, Traces, Profiles"
content = "Produce and export observability data for your application"
url = "/projects/mltp/"
url = "/ecosystem/mltp/"

[[extra.list]]
title = "Web Development"
content = "HTTP servers and clients, HTML templating"
url = "/projects/web-development"
title = "Data Storage"
content = "SQL databases, Redis, in-memory caches"
url = "/ecosystem/data-storage"

[[extra.list]]
title = "Data stores"
content = "SQL databases, Redis, in-memory caches"
url = "/projects/data-storage"
title = "Web Development"
content = "HTTP servers and clients, HTML templating"
url = "/ecosystem/web-development"

[[extra.list]]
title = "Utilities"
content = "Time, system processes"
url = "/projects/utilities"
title = "System Programming"
content = "Time, Processes, Network"
url = "/ecosystem/system"
+++
19 changes: 19 additions & 0 deletions content/ecosystem/concurrency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "Concurrency"
+++

<dl>
<dt>
<a href="https://hackage.haskell.org/package/effectful/docs/Effectful-Concurrent.html"><code>haskell-effectful/effectful: Effectful.Concurrent</code></a>
<img src="https://img.shields.io/hackage/v/effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/effectful.svg" style="max-width: 100%;">
</dt>
<dd> Effectful provides bindings for the `async` library. </dd>
</dl>

<dl>
<dt>
<a href="https://github.com/TristanCacqueray/ki-effectful#readme"><code>TristanCacqueray/ki-effectful</code></a>
<img src="https://img.shields.io/hackage/v/ki-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/ki-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Structured concurrency for the effectful ecosystem.</dd>
</dl>
11 changes: 11 additions & 0 deletions content/ecosystem/cryptography.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "Cryptography"
+++

<dl>
<dt>
<a href="https://github.com/haskell-effectful/crypto-rng-effectful"><code>haskell-effectful/crypto-rng-effectful</code></a>
<img src="https://img.shields.io/hackage/v/crypto-rng-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/crypto-rng-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the crypto-rng library for the effectful ecosystem.</dd>
</dl>
34 changes: 34 additions & 0 deletions content/ecosystem/data-storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
+++
title = "Data Storage"
+++

<dl>
<dt>
<a href="https://github.com/haskell-effectful/hpqtypes-effectful"><code>haskell-effectful/hpqtypes-effectful</code></a>
<img src="https://img.shields.io/hackage/v/hpqtypes-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/hpqtypes-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the hpqtypes library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt>
<a href="https://github.com/scrive/hedis-effectful"><code>scrive/hedis-effectful</code></a>
<img src="https://img.shields.io/hackage/v/hedis-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/hedis-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the hedis library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt>
<a href="https://github.com/shinzui/hasql-effectful"><code>shinzui/hasql-effectful</code></a>
<img src="https://img.shields.io/hackage/v/hasql-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/hasql-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the hasql library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt>
<a href="https://github.com/Kleidukos/pg-transact-effectful"><code>kleidukos/pg-transact-effectful</code></a>
</dt>
<dd> pg-transact for the Effectful ecosystem .</dd>
</dl>
26 changes: 26 additions & 0 deletions content/ecosystem/mltp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "Metrics, Logs, Traces and Profiles"
+++

<dl>
<dt>
<a href="https://github.com/haskell-effectful/log-effectful"><code>haskell-effectful/log-effectful</code></a>
<img src="https://img.shields.io/hackage/v/log-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/log-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the log-base library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt> <a href="https://github.com/eldritch-cookie/katip-effectful"><code>eldritch-cookie/katip-effectful</code></a> <img src="https://img.shields.io/hackage/v/katip-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/katip-effectful.svg" style="max-width: 100%;"></dt>
<dd> Adaptation of the Katip library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt> <a href="https://github.com/scrive/tracing/tree/master/tracing-effectful"><code>scrive/tracing-effectful</code></a> </dt>
<dd> Adaptation of Scrive's fork of the tracing library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt> <a href="https://github.com/eldritch-cookie/co-log-effectful"><code>eldritch-cookie/co-log-effectful</code></a> <img src="https://img.shields.io/hackage/v/co-log-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/co-log-effectful.svg" style="max-width: 100%;"></dt>
<dd> co-log-effectful provides a Log effect for effectful that can use LogActions in the Eff monad.</dd>
</dl>
34 changes: 34 additions & 0 deletions content/ecosystem/system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
+++
title = "System Programming"
+++

<dl>
<dt>
<a href="https://hackage.haskell.org/package/effectful/docs/Effectful-FileSystem.html"><code>haskell-effectful/effectful: Effectful.FileSystem</code></a>
<img src="https://img.shields.io/hackage/v/effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/effectful.svg" style="max-width: 100%;">
</dt>
<dd> Effectful provides bindings for the directory library.</dd>
</dl>

<dl>
<dt>
<a href="https://github.com/haskell-effectful/monad-time-effectful"><code>haskell-effectful/monad-time-effectful</code></a>
<img src="https://img.shields.io/hackage/v/monad-time-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/monad-time-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the monad-time library for the effectful ecosystem.</dd>
</dl>

<dl>
<dt>
<a href="https://github.com/haskell-effectful/typed-process-effectful#readme"><code>haskell-effectful/typed-process-effectful</code></a>
<img src="https://img.shields.io/hackage/v/typed-process-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/typed-process-effectful.svg" style="max-width: 100%;">
</dt>
<dd> An alternative Process effect for the effectful ecosystem based on typed-process. </dd>
</dl>

<dl>
<dt>
<a href="https://github.com/Cajunvoodoo/network-effectful"><code>Cajunvoodoo/network-effectful</code></a>
</dt>
<dd> Adaptation of the socket library for the effectful ecosystem. </dd>
</dl>
26 changes: 26 additions & 0 deletions content/ecosystem/web-development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "Web Development"
+++

<dl>
<dt>
<a href="https://github.com/The1Penguin/wreq-effectful"><code>The1Penguin/wreq-effectful</code></a>
<img src="https://img.shields.io/hackage/v/wreq-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/wreq-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the wreq library for the effectful ecosystem. </dd>
</dl>

<dl>
<dt>
<a href="https://github.com/seanhess/web-view"><code>seanhess/web-view</code></a>
<img src="https://img.shields.io/hackage/v/web-view.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/web-view.svg" style="max-width: 100%;">
</dt>
<dd> Type-safe HTML and CSS with intuitive layouts and composable styles. </dd>
</dl>

<dl>
<dt>
<a href="https://github.com/Kleidukos/servant-effectful/"><code>kleidukos/servant-effectful</code></a>
</dt>
<dd> Servant bindings for the Effectful ecosystem. </dd>
</dl>
5 changes: 5 additions & 0 deletions sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
article .lead{
text-align: center;
}

dt a code{
font-size: 1.25rem;
padding-left: 0;
}
Loading