Wednesday, 28 June 2017
Interesting Snippets from 2017-06-28
-
Introducing SQueaLy - Fastest Way to Develop Customized Dashboards
As the name suggests, squealy uses the power of SQL to extract the data and provides out-of-the-box visualizations to gather graphical insights from the data. Additionally, squealy supports templated SQL with JinjaSQL. It gives the ability to use iterators, conditional statements and macros inside SQL queries.
-
collect.js
Convenient and dependency free wrapper for working with arrays and objects
-
Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
Microjs.com helps you discover the most compact-but-powerful microframeworks, and makes it easy for you to pick one that’ll work for you.
-
elasticlunr
Elasticlunr.js is a lightweight full-text search engine developed in JavaScript for browser search and offline search. Elasticlunr.js is developed based on Lunr.js, but more flexible than lunr.js. Elasticlunr.js provides Query-Time boosting, field search, more rational scoring/ranking methodology, fast computation speed and so on. Elasticlunr.js is a bit like Solr, but much smaller and not as bright, but also provide flexible configuration, query-time boosting, field search and other features.
Interesting Snippets from 2017-06-10
-
Email green, secure, simple and ad-free - posteo.de - About Posteo
Posteo is an independent email provider based in Berlin. We offer anonymous and sustainable email accounts, address books and calendars. Our service is completely ad-free and self-financed. Posteo was founded in 2009. We want to provide an impetus for greater security, privacy and sustainability on the internet, and offer alternatives.
Interesting Snippets from 2017-06-08
-
Minio
Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB. Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL.