Categories: Case Studies, How To, Implementation, | Wed, 24 Jun 2020 02:36:21 GMT
Blogs > https://www.sociallyconstructed.online/blogs/week-5-the-scms-datas-alive
By this point you should already know our Partner Developer for Google Summer of Code, Ria Gupta is implementing the Social Currency Metrics system, In Grimoire Labs. This is a step by step account of her progress as cross posted from her personal blog!
The 1st Data test |
Series Blog Contents:
Check here for all published blogs. Announcement: Ria’s Journey begins! Week 1: Ria’s 1st week Week 2: The SCMS in Airtable Week 3: Preparations & Superheroes Week 4: Putting Code to PIxel Week 5: The SCMS Data’s Alive! Week 6: Airtable to Google Sheets Week 7: Our 1st Visualizations |
We had planned first to make the pipeline ready, and then to move forward with the rest of the procedures. In the first week of the coding period, I had extracted the required data from ElasticSearch and converted it to the default SCMS implementation’s Airtable view. This week, I have randomly tagged the datasheet with five metrics and have linked the additional data back to ElasticSearch via a ‘study’ called ‘enrich_extra_data’.
To explain what this exactly means and looks like, I’ll explain in detail the steps involved.
The first step was to randomly tag the dataset by all possible combinations of the social currency parameters; Transparency, Utility, Consistency, Merit and Trust – in an Excel Sheet. Here, we have added another column in the excel sheet by the name of ‘scms_tags.
Edit Setup.cfg according to the study, input the URL of JSON made above.
After successfully performing the study, we can see that ElasticSearch indexes have the extra
parameter of scms_tags in the dump. ?
The study appends an ‘extra’ to the field name, So the field name is ‘extra_scms_tags’.
The importance of the SCMS’ Codex
Defining the codex table helps to increase universality and decrease the subjectivity of the data. It also allows us to rely more on qualitative data rather than quantitative data.
After the training, we discussed the path for the next week. In the next week, I’ll be making a codex table which will contain the definitions of each trend observed and will contain the ‘when to-use’ and ‘when not-to-use’ cases.
Additionally, I should note that we found the limit in the number of records in Airtable, so we planned to shift the implementation to Google Sheets. In future blogs we’ll be using google.
This week went off well, looking forwards to the next week! ?
Make sure you have a look at the project updates on Github #ria18405/GSoC.
All questions and comments are welcomed!
Stay tuned for more weekly updates. ?