I am pleased to share with you the code of copernic. copernic is inspired from RDF, but much simpler for the time being. It is a versioned triple store.
demo: http://copernic.space/ code: https://github.com/amirouche/copernic I do not assume that you will change from AtomSpace to copernic (overnight), but there might be ideas that might be useful. In particular, the code rely on generic tuple store, that is a generalisation of triple and quad store to tuple of n items (https://math.stackexchange.com/q/3146568/23663). It rely on FoundationDB. It support a workflow similar to github's pull-request. The code is Python and Django. There is no JSON HTTP API available at this time. sloccout reports 1 054 Python lines of code. I will release a v0.2.0 in a few hours more likely tomorrow and will change the license to CC0. Change-request and Feedback welcome! -- Amirouche ~ https://hyper.dev -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAL7_Mo97B2or8vt_WtYX0u3Ay1JNe-VYJK4S1eag8MFCXfimGA%40mail.gmail.com.
