semantalytics / awesome-semantic-web

A curated list of various semantic web and linked data resources.
Creative Commons Zero v1.0 Universal
1.43k stars 241 forks source link

Add Copernic #223

Closed amirouche closed 1 year ago

amirouche commented 1 year ago

Versioned triple store backed by FoundationDB

dev-dsp commented 1 year ago

Hi @amirouche ! This copernic looks very cool.. judging by its description. Couldn't manage to start it up, because there is no documentation. Any chance you could add some? :)

amirouche commented 1 year ago

@dev-dsp

You can test it with the following cli dance:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.sh migrate
./manage.sh createsuperuser
./manage.sh runserver

I will add that to the README in a minute or so.

@zacharywhitley Thanks :+1: