Skip to content

Instantly share code, notes, and snippets.

View baruchiro's full-sized avatar

Baruch Odem (Rothkoff) baruchiro

View GitHub Profile
@baruchiro
baruchiro / main.gs
Last active March 22, 2023 17:43
Google Apps Script reuse
function doPost(e) {
log("Received doPost")
try {
const { chatId, text, update } = getUpdate(e)
if (myChatId !== chatId)
return sendMessage(chatId, `You are not authorized`)
if (!isDocument(update))
return sendMessage(chatId, `message is without document`)
@baruchiro
baruchiro / cache.js
Created January 15, 2023 15:07
Very simple cache function
const _cache = {}
/** @param {string[]} keys */
const buildNewKeys = (keys) => keys.reduce((acc, currentKey) => {
if (!acc[currentKey]) {
acc[currentKey] = {}
}
return acc[currentKey]
}, _cache)
@baruchiro
baruchiro / openapi.yml
Last active March 18, 2024 18:16
An OpenAPI (Swagger) doc for the Wordpress API (api.wordpress.org)
openapi: '3.0.3'
info:
title: Wordpress API
version: '1.0'
servers:
- url: https://api.wordpress.org/
externalDocs:
description: Original documentation
url: https://codex.wordpress.org/WordPress.org_API
@baruchiro
baruchiro / .gitignore
Last active April 4, 2024 05:59
Read all Notion Database items and parse them to Whatsapp message
.env
data.json

Free, Self-Hosted No-Code Databases Comparison

A Detailed Feature Comparison of Leading Open-Source No-Code Database Platforms

This gist presents a thorough comparison of free, self-hosted no-code database platforms. The table below outlines key features, GitHub metrics, and integration capabilities, helping developers and teams select the ideal database solution for their projects.

Contributions to further refine and expand this comparison are welcome.

Github Stars Forks In-Cell editing API Access Kanban View No Code App Builder Table to Table relations Mobile Access Backup & Restore Integrations n8n integration NodeRed integration Comments