Tagged: CouchDB

HOPCOMS API 4

Building HOPCOMS Fruit/Veg Rate API using CouchDB

I love HOPCOMS stores. There are quite a few stores across Bangalore. They are popular for fresh vegetables and fruits. The Horticultural Producers’ Co-operative Marketing and Processing Society Ltd. or HOPCOMS was established with the principal objective of establishing a proper system for the marketing of fruits and vegetables; one that benefits both...

CouchDB settings in NoteSelf. 6

NoteSelf – TiddlyWiki with CouchDB backend

I have been using TiddyWiki for a long time now. It’s a simple HTML application that you can open in a browser and start adding your notes. Once you save, the HTML will contain both code and data. You can send that HTML page to your friends by email to share the notes...

My bookmarks on Pinboard with listeningnow tag. 2

Tracking my Podcast Listening

I have listened podcasts for a long time now and I listen to a lot of them. It was about 600hours in 2017. It would have been great to have a history, rates and notes I made while listening somewhere in an open format. But I don’t have. Over the years I have...

Part of #SpeakForMe dashboard showing emails sent to MPs on a PC map. 0

How I built A Quick Dashboard for #SpeakForMe Campaign

#SpeakForMe is a campaign to petition Indian MPs, Banks, Mobile operators and other service providers to speak for you against the Aadhaar linking coercion. You can go to #SpeakForMe to send your petition. As part of campaign I built a quick and dirty dashboard for the emails sent. This is a quick note...

Personal Analytics Dashboard 2

Personal Analytics Dashboard using Metabase and Nomie

I love personal analytics. Ever since I have started logging using Nomie, I have experimented with data, mostly using spreadsheet. It’s interesting to find patterns and make corrections. Nomie uses CouchDB as the cloud storage. CouchDB is a great database but I prefer a simple RDBMS when I want to query. So sometime...

0

Using DataTables with CouchDB

DataTables is an Open Source jQuery plugin that adds controls to any HTML table. Usually DataTable takes an existing HTML table and adds functionality to it. It can also pull data from a remote JSON and create table on the fly. It’s a useful feature. Although for big datasets it doesn’t work as...