Jekyll-sqlite Alternatives
Similar projects and alternatives to jekyll-sqlite
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
logseq
A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
-
-
-
KeenWrite
Discontinued Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
evidence
Business intelligence as code: build fast, interactive data visualizations in SQL and markdown
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
jekyll-sqlite discussion
jekyll-sqlite reviews and mentions
- Show HN: SQLite Plugin for Jekyll
- Ask HN: Tell us about your project that's not done yet but you want feedback on
I’ve been working on a Jekyll SQLite plugin: https://github.com/captn3m0/jekyll-sqlite.
Jekyll let’s you use CSV/YAML/JSON files as data source, but they’re unwieldy since the schema is fixed.
The plugin is meant to let you reshape your data before you use it within Jekyll. You get complete flexibility of SQLite, to let you join tables, use indexes etc.
What I can’t figure out is how to best do “dynamic” queries, say a query that needs to show the number of reviews on the restaurant page (restaurants is the table). Each of these page will need to run a dynamic query with the page.id variable.
SQLite Injection isn’t a big issue, since this is all trusted input. But I’d like something better than just Templating queries using liquid.
I’m doing some parameterized queries on the global level (see README). Need to find a nice way to do them locally.
Maybe just putting them in metadata would be a good way?
Stats
captn3m0/jekyll-sqlite is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jekyll-sqlite is Ruby.