Home
This is a collection of some common techniques that we at Open Innovations use when building websites using the Lume.
Data
Data is key to the creation of Lume sites. Here are some of the techniques we use when dealing with data.
-
DuckDB
We use DuckDB as a way of managing larger datasets when building sites. It also helps us work with other data formats, including Parquet.
-
Lume Viz
We use our own visualisation library for data visualisations.
Links
The web is full of documentation! Here are some of the browser tabs we have permanently open. Most of the answers are within...
-
Lume
Lume is a static site generator which uses the Deno JavaScript runtime. We use this as the core platform for many of the sites we build.
-
Lume Discord
For times that the brilliant Lume documentation doesn't have answers, there's a really active and supportive Discord channel.
-
Vento
Vento is a templating language created by the maintainer of Lume, and is installed by default new Lume sites.
-
OI Lume Viz
We've packaged up some of our visualisations as a reusable Lume plugin library.
-
DuckDB
DuckDB is a fast in-process analytical database.