Remove articles providing-enum-consistency-between-application-and-data
article thumbnail

Functional Domain Modeling in Rust – Part 1

Xebia

I plan to talk about functional domain modeling in two separate articles. Let’s emphasize some of the principles, types, and techniques brought by Functional Programming: Algebraic Data Types (ADTs), where Rust’s enum and struct types can be used to define ADTs. Rust has two main types of ADTs: enum and struct.

article thumbnail

UK COVID-19 dashboard built using Postgres and Citus for millions of users

The Citus Data

In addition to exemplifying the value of open-access data, the UK Coronavirus dashboard is open source. All of the software, and the SQL queries themselves, can be found on GitHub, under the MIT license with the data available under the Open Government License 3.0. Maps, graphs, and tables became the lingua franca of the pandemic.

Azure 87