Development¶
All the development is done on Gitlab, a phenomenal coding platform with amazing CI features.
Repositories¶
galacteek¶
This is the main repository. It contains the code for the browser and the various services, including pronto.
galacteek-installer¶
Repository with the CI to build the installers for the various platforms.
galacteek-dvoz¶
dvoz is the main dapp and uses pronto to create objects in the distributed graphs.
icapsule-qml-gforce¶
gforce is the main icapsule, and has all the QML components needed to write a dapp that interacts with IPFS and the RDF graphs.
galacteek-ld-web4¶
This repository contains the JSON-LD schemas for the ips://galacteek.ld/ schemas database.
hashmarks-dwebland¶
This repository contains the main hashmarks dataset defined as linked data.
dataset-itags-core¶
This repository contains the tags dataset defined as linked data.
rdflib and rdflib-json-ld¶
This repository contains a customized version of the rdflib python library (for RDF support), tuned to be able to load JSON-LD schemas from IPFS. rdflib-json-ld is also modified to be able to transform individual RDF resources to JSON-LD.
aiogeminipfs¶
Fork of aiogemini. Can render UnixFS objects with the gemini protocol.