From 3c3b3865d219ec0cfb44d9d236a8a50f3e6730f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Mon, 2 Dec 2024 18:11:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Tweak=20"used=20by"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- docs/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f7b0728..3e53def 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ Find the docs at [docs.investigraph.dev/lib/anystore](https://docs.investigraph. ## Used by -- [ftmq](https://github.com/investigativedata/ftmq) -- [investigraph](https://github.com/investigativedata/investigraph) -- [ftmq-api](https://github.com/investigativedata/ftmq-api) -- [leakrfc](https://github.com/investigativedata/leakrfc) +- [ftmq](https://github.com/investigativedata/ftmq), a query interface layer for [followthemoney](https://followthemoney.tech) data +- [investigraph](https://github.com/investigativedata/investigraph), a framework to manage collections of structured [followthemoney](https://followthemoney.tech) data +- [ftmq-api](https://github.com/investigativedata/ftmq-api), a simple api on top off `ftmq` built with [FastApi](https://fastapi.tiangolo.com/) +- [leakrfc](https://github.com/investigativedata/leakrfc), a library to crawl, sync and move around document collections (in progress) ## Development diff --git a/docs/index.md b/docs/index.md index ca5c0b1..f3b8ac0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ Think of it as a `key -> value` store, and `anystore` acts as a [**cache backend ## Used by -- [ftmq](https://github.com/investigativedata/ftmq) -- [investigraph](https://github.com/investigativedata/investigraph) -- [ftmq-api](https://github.com/investigativedata/ftmq-api) -- [leakrfc](https://github.com/investigativedata/leakrfc) +- [ftmq](https://github.com/investigativedata/ftmq), a query interface layer for [followthemoney](https://followthemoney.tech) data +- [investigraph](https://github.com/investigativedata/investigraph), a framework to manage collections of structured [followthemoney](https://followthemoney.tech) data +- [ftmq-api](https://github.com/investigativedata/ftmq-api), a simple api on top off `ftmq` built with [FastApi](https://fastapi.tiangolo.com/) +- [leakrfc](https://github.com/investigativedata/leakrfc), a library to crawl, sync and move around document collections (in progress)