On Monday, February 17, 2020 at 11:13:38 PM UTC+1, Amirouche Boubekki wrote:
>
> I am very pleased to announce that I will work on porting my work on a 
> versioned database (read: scalable wikidata) to Python and Django.
>
> If you want to know more and follow the development watch this: 
> https://github.com/amirouche/copernic
>


I put together the basic building blocks: generic tuple store and the 
versioned generic tuple store. The tests pass, however the absence of 
proof, is not the proof of the absence, so there might be bugs. Anyway, I 
added two issues:

- How to convert wordnet rdf into the format that will be accepted by 
copernic: https://github.com/amirouche/copernic/issues/11

- Another one about more about how the versioned and change request happen: 
https://github.com/amirouche/copernic/issues/10

It is still no possible to add changes from the web ui, but here is some 
screenshot: https://functional.cafe/@zig/103686859595640820

This project has the power the change the "Quatery industry" also known as 
the knowledge industry.  The gist of the idea I want to demonstrate is how 
to apply the pull-request mechanic on any structured data.  That idea, is 
applied directly to the creation and maintenance of a knowledge base, but 
it could be applied on most or any B2B or B2C products.

The installation on at least on ubuntu 18.04, is straight forward, follow 
the instructions at: https://www.foundationdb.org/download/#ubuntu

Then pip install -r requirements.txt

And the rest is usual django stuff. I recommend you read nstore.py and 
vnstore.py. The UI is defined in frontend app.

Happy hacking!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9ef0df90-daf8-4107-884e-d021c7fb6777%40googlegroups.com.

Reply via email to