Greetings to all SOLID community members!
I wanted to share with you a software project currently developed by me and a team of Master’s students at Charles University in Prague called LinkedPipes Applications
.
In a few sentences, the end goal of a project is a platform for creating your own data visualizers based on LinkedData extracted from provided datasets and resources. The end result is a fully functional application that can be published on a website or shared as a standalone web page. SOLID is used as decentralized storage for storing the published applications and sharing. A live dev instance available at applications.linkedpipes.com.
We are trying to focus specifically on two user categories :
• Data Journalists: people with a certain level of experience with LinkedData and Semantic web in their domain-specific areas, who will use the platform for creating and sharing the visualizers.
• Lay users: people with zero or little experience with Semantic web or LinkedData, using the created visualizers.
The platform itself also uses two other research projects done under our faculty that allow us to Discover
and Extract Transform Load
LinkedData into formats readable by visualizers that user would like to utilize. There are 3 visualizers being supported right now which are Google Maps
, Google Chart’s based Treemap
and D3's Chord
.
There is a PR opened to the official solid-apps repo to list us there. @megoth pointed out lack of user quick-start guides, which is currently actively documented, and we are planning to roll out the final release in June.
Apart from my work within a project, I am also working on a thesis which is focused on building a Storage
functionality for LinkedPipes platform, and the storage is of course based on heavily utilizing SOLID. The main motivation behind choosing SOLID, is the fact that we want people to not just have a simple toolset for visualizing complex LinkedData information but also have complete control over that extracted data!
It would be great to have some people willing to test our platform in June, feel free to signup via this form to be notified when we are ready for testers to use the platform Google Form. So far we had one of the representatives from BARTOC testing our platform and providing positive feedback
Please, share your thoughts on this, any feedback or comments are welcome! Stay tuned for more user-friendly quick start guides.