Paleon

screenshot of Paleon
fresh

Logging library and SaaS with Deno KV (PoC)

Overview

Paleon is an exciting proof-of-concept for time-series data storage and monitoring, specifically tailored for use with Deno KV. Developed during the Deno KV Hackathon, this service is quite innovative, but it is important to remember that it is not intended for practical applications yet. It serves as a showcase of the capabilities of Deno KV, highlighting how it can be utilized for managing time-series data effectively.

While still in the experimental phase, Paleon brings forth features that can appeal to developers looking to explore the realms of real-time log streaming and data management. Although it boasts impressive functionalities, users should approach with caution, particularly regarding data sensitivity and access control.

Features

  • Time-Series Data Storage: Built on Deno KV, Paleon efficiently stores time-series data, making it easy to manage logs over time.

  • Real-time Log Streaming: Utilizing Server-Sent Events (SSE) and BroadcastChannel, Paleon allows for seamless streaming of logs, providing immediate insights as data is generated.

  • Custom Log Handlers: Users can push logs with a tailored handler for the std/log framework, enabling greater flexibility in log management.

  • Web Access: Easily access and view logs through a web interface, providing a convenient overview of your stored data.

  • Client Module for Retrieval: Retrieve logs effortlessly using the client module specifically designed for Paleon, enhancing the user experience.

  • Self-Hosted Option: For those with specific needs, Paleon can be stored on your own instance of Deno KV, granting you full control over your data.

  • Quick Start with SaaS: Users can get started quickly by utilizing the hosted Paleon SaaS, allowing immediate log persistence without extensive setup.

While it showcases the capabilities of time-series monitoring, potential users should keep in mind that it lacks implemented access control, which might limit its application for sensitive data.

fresh
Fresh

Fresh is a full stack modern web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications. You can use it to create your home page, a blog, a large web application like GitHub or Twitter, or anything else you can think of. At its core, Fresh is a combination of a routing framework and templating engine that renders pages on demand, on the server