From 98f4c9e3b389b5a94da475dcb3f0bb3d54975474 Mon Sep 17 00:00:00 2001 From: Luke Strickland Date: Thu, 9 Feb 2023 06:31:26 -0500 Subject: [PATCH 1/2] Adding Astro to list of relays --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fea8ad8..705cdf0 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ of the public instances. - [knostr](https://github.com/lpicanco/knostr)![stars](https://img.shields.io/github/stars/lpicanco/knostr.svg?style=social) – a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer). - [PyRelay](https://github.com/johnny423/pyrelay) ![stars](https://img.shields.io/github/stars/johnny423/pyrelay.svg?style=social) – a python implementation of a nostr relay, using asyncio. - [strfry](https://github.com/hoytech/strfry) ![stars](https://img.shields.io/github/stars/hoytech/strfry.svg?style=social) – C++ implementation backed by LMDB with efficient syncing of events using merkle trees +- [Astro](https://github.com/Nostrology/astro) – Elixir based implementation built to be performant and highly distributed. ### Instances From 2df9519a34c7d069127938e6aa1dd2ba1d0df398 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Thu, 9 Feb 2023 08:54:20 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 705cdf0..67f96ac 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ of the public instances. - [nostr_relay](https://code.pobblelabs.org/fossil/nostr_relay/) – a nostr relay written in python, backed by SQLite - [søstr](https://github.com/metasikander/s0str)![stars](https://img.shields.io/github/stars/metasikander/s0str.svg?style=social) – a private nostr relay written in rust, saves all notes from one pubkey and publish them to anyone that requests them - [knostr](https://github.com/lpicanco/knostr)![stars](https://img.shields.io/github/stars/lpicanco/knostr.svg?style=social) – a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer). -- [PyRelay](https://github.com/johnny423/pyrelay) ![stars](https://img.shields.io/github/stars/johnny423/pyrelay.svg?style=social) – a python implementation of a nostr relay, using asyncio. -- [strfry](https://github.com/hoytech/strfry) ![stars](https://img.shields.io/github/stars/hoytech/strfry.svg?style=social) – C++ implementation backed by LMDB with efficient syncing of events using merkle trees -- [Astro](https://github.com/Nostrology/astro) – Elixir based implementation built to be performant and highly distributed. +- [PyRelay](https://github.com/johnny423/pyrelay)![stars](https://img.shields.io/github/stars/johnny423/pyrelay.svg?style=social) – a python implementation of a nostr relay, using asyncio. +- [strfry](https://github.com/hoytech/strfry)![stars](https://img.shields.io/github/stars/hoytech/strfry.svg?style=social) – C++ implementation backed by LMDB with efficient syncing of events using merkle trees +- [Astro](https://github.com/Nostrology/astro)![stars](https://img.shields.io/github/stars/Nostrology/astro.svg?style=social)– Elixir based implementation built to be performant and highly distributed. ### Instances