Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tFOMd-00ClH0-2m for pgsql-announce@arkaria.postgresql.org; Mon, 25 Nov 2024 01:58:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tFOMa-00Ah1j-T7 for pgsql-announce@arkaria.postgresql.org; Mon, 25 Nov 2024 01:58:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tFOMZ-00Ah0Z-RN for pgsql-announce@lists.postgresql.org; Mon, 25 Nov 2024 01:58:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tFOMW-003cN8-TI for pgsql-announce@lists.postgresql.org; Mon, 25 Nov 2024 01:58:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=Z0pMxBqwBwIsk+28UisiG0Y4BPObT+6LVI8DgCF/Cao=; b=0T/+71CS17jhH7OllQX1FRORs1 RCTFfwSgJXpPJHJeDzURUzbYBKXqI/YX/x1zRCFQx13Bln4fp4yNO62cXlpTyJtVG8r9wpwY4Ht5M 1arR9KCmwrPZN8cST2COZm09KPTK907FqaFBaLypkzq0DUsUkoYXBqxuV/13z35Mpl2Ya2sheaZ8G 8jkFJ5Ap6osdXakaG+HxNd2oI7kyHfsmGbvrL5pDIZYL6vX47GqPriYnMxVlE4k+wNj5MkRMhOQtG T0XO7LXTLhu8tBLkcqG/6Z/CyUqGA2GVReWKzgN7k6HrekFwAp/H7IUHRSbwCUyP0j6UV80TYzroX k4Fabj9A==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tFOMW-00BKKV-72 for pgsql-announce@lists.postgresql.org; Mon, 25 Nov 2024 01:58:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tFOMU-00GEpJ-H8 for pgsql-announce@lists.postgresql.org; Mon, 25 Nov 2024 01:58:02 +0000 Content-Type: multipart/mixed; boundary="===============0250859646714315276==" MIME-Version: 1.0 Subject: ellycache 1.0 released To: PostgreSQL Announce From: "RapidLoop, Inc. via PostgreSQL Announce" Reply-To: hello@rapidloop.com Date: Mon, 25 Nov 2024 01:57:53 +0000 Message-ID: <173249987349.2092744.11352946735920139350@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 624cb060b06d1f350e7bc2a96d7d2d16b4e976b05591ad4ec566e972db221f1d List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0250859646714315276== Content-Type: multipart/alternative; boundary="===============7731256560544264491==" MIME-Version: 1.0 --===============7731256560544264491== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hello All, We're happy to announce the release of v1.0 of [ellycache](https://github.com/rapidloop/ellycache). ellycache is a novel way to schedule, cache and serve query results for BI/analytics/ops dashboard apps. ellycache is a simple, performant, query c= ache for Postgres with a built-in HTTP server. It runs the queries you specify at cron-like schedules, caches the results in-memory or on-disk and serves the= m at specified HTTP endpoints using the built-in webserver. It is a single-binary, zero-dependency, statically-linked executable, makin= g it easy to deploy anywhere or to bundle with your app. It is open source and l= ives on [GitHub](https://github.com/rapidloop/ellycache). Read more about it in [this blog post](https://pgdash.io/blog/introducing-ellycache.html). Do have a look at [ellycache](https://github.com/rapidloop/ellycache) and l= et us know your feedback on [GitHub discussions](https://github.com/rapidloop/ellycache/discussions) or by [email](mailto:hello@rapidloop.com). [ellycache](https://github.com/rapidloop/ellycache) is an open-source proje= ct of [RapidLoop](https://rapidloop.com). Best, -Mahadevan --===============7731256560544264491== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ellycache 1.0 released
 

ellycache 1.0 released

Hello All,

We're happy to announce the release of v1.0= of ellycache.

ellycache is a novel way to schedule, cache= and serve query results for BI/analytics/ops dashboard apps. ellycache is a simple, performant, query c= ache for Postgres with a built-in HTTP server. It runs the queries you specify at cron-like schedules, caches the results in-memory or on-disk and serves the= m at specified HTTP endpoints using the built-in webserver.

It is a single-binary, zero-dependency, sta= tically-linked executable, making it easy to deploy anywhere or to bundle with your app. It is open source and l= ives on GitHub.

Read more about it in this blog post.

Do have a look at ellycache and let us know your feedback on GitHub discussions or by email.

ellycache = is an open-source project of RapidLoop.

Best, -Mahadevan

This email was sent to you from RapidLoop, Inc.. It was delivered on their = behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to RapidLoop, Inc..

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============7731256560544264491==-- --===============0250859646714315276==--