Viewing profile — vfssantos
vfssantos
HN member- Joined
- Wed, Feb 23, 2022, 11:31 PM UTC
- HN karma
- 2
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About vfssantos
Recent public activity
-
story
Show HN: Ominipg – Local-First Postgres for Deno
I built Ominipg, a PostgreSQL toolkit for Deno that lets you: 1. Start with an in-memory database for quick prototyping/tests 2. Switch to a local on-disk PGlite DB 3. Move to a re…
- story
-
story
Show HN: Dengo – MongoDB API for Deno's Built-In KV Store
Dengo is an open-source library that implements MongoDB's query API on top of Deno's native KV store. It provides the query capabilities of MongoDB without requiring an external da…
-
comment
Comment #43343372
Thanks for sharing your project! Hoardbase looks really interesting - I appreciate you taking the time to link it. Your experience of starting with the MongoDB API idea and then de…
-
comment
Comment #43304746
Going straight to SQLite is a great option! The JSON1 extension is quite powerful (which are now part of sqlite core, right?). Are you using this with Deno currently? I'm curious a…
-
story
Ask HN: Best Approach for MongoDB-Like Experience in Deno?
I've been building serverless applications with Deno and really appreciate its built-in KV store for simple data persistence. However, I'm finding myself missing MongoDB's query ca…
-
comment
Comment #41854348
Thanks for the comment. I'm glad that this work help other people as well! Also, plan on improving it over time with other features.
-
story
Show HN: Simple API to Compress Large Audio/Video Files for AI Transcriptions
Hey HN, I built a lightweight API that compresses large audio or video files into tiny OGG audio files using the Opus codec. Why? AI transcription services often have strict file s…