From b1d204ed9b47803575a114b81ac795e832a69bc9 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Mon, 30 Aug 2021 22:20:48 +0200 Subject: [PATCH] README: Adds a link to milestones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d411cd93..d44fe35d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Its goal is to provide a compliant, safe, and fast graph database based on the [ It is written in Rust. It also provides a set of utility functions for reading, writing, and processing RDF files. -Oxigraph is in heavy development and SPARQL query evaluation has not been optimized yet. +Oxigraph is in heavy development and SPARQL query evaluation has not been optimized yet. The development roadmap is using [GitHub milestones](https://github.com/oxigraph/oxigraph/milestones?direction=desc&sort=completeness&state=open). It is split into multiple parts: * [The database written as a Rust library](https://crates.io/crates/oxigraph). Its source code is in the `lib` directory.