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)