nrw.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Wir sind eine freundliche Mastodon Instanz aus Nordrhein-Westfalen. Ob NRW'ler oder NRW-Sympathifanten, jeder ist hier willkommen.

Serverstatistik:

2,8 Tsd.
aktive Profile

#SQL

32 Beiträge28 Beteiligte0 Beiträge heute

#Coding_Fridays is back : K-nn classifier in SQLite

Watch the full video in the Youtube channel central
>> youtube.com/@apneacoding

This is a set of SQL queries demonstrating how in-server data processing can enable some basic data analytics.

Enable captions for more details and walk-through. Source code available at the Github repository (see channel info).

#asmr#coding#programming

SpacetimeDB is an interesting new type of relational database that I haven't quite wrapped my head around yet.

It is designed for real time massive multiplayer games and uses some sort event sourcing (CRDTs?) but has many more potential use cases than just games.

It works particularly well with .NET and C#. So I have cleaned up and simplified the C# quickstart sample.

github.com/bitbonk/spacetime-q

#spacetimedb#sql#dotnet