Monthly Archives: May 2024

Hive, Spark and Presto

from https://www.uber.com/blog/presto While batch and ETL jobs run on Hive and Spark, near real-time interactive queries run on Presto. this is a sentiment I have seen at other places as well – use presto for adhoc, near real-time analytics. My question is: what … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Lucene: Getting Started

Making some notes on how to get started with Lucene. The first step is to clone the repo. The best way to getting started is by running the demo program org.apache.lucene.demo.IndexFiles which indexes files and org.apache.lucene.demo.SearchFiles which searches files. In … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

ASCII art generation on Mac using FIGlet

FIGlet is a program that creates large characters out of ordinaryscreen characters These days you can use online websites like this to generate the art for you but if you want to install the program on your computer and run … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment