Category: Daily Deli

  • links for 2011-04-01

    PhantomJS: Headless WebKit with JavaScript API PhantomJS is a command-line tool that packs and embeds WebKit. Literally it acts like any other WebKit-based web browser, except that nothing gets displayed to the screen (thus, the term headless). In addition to that, PhantomJS can be controlled or scripted using its JavaScript API. (tags: software opensource javascript […]

  • links for 2011-03-28

    A database query language for the accidental programmer — HTSQL HTSQL is a URI-based high-level query language for relational databases. HTSQL wraps your database with a web service layer, translating HTTP requests into SQL and returning results as HTML, JSON, etc. HTSQL is designed for someone who is not a SQL expert, but needs a […]

  • links for 2011-03-26

    Trinity – Microsoft Research Trinity is a graph database and computation platform over distributed memory cloud. As a database, it provides features such as highly concurrent query processing, transaction, consistency control. As a computation platform, it provides synchronous and asynchronous batch-mode computations on large scale graphs. Trinity can be deployed on one machine or hundreds […]