Skip to content

Instantly share code, notes, and snippets.

View jensdittrich's full-sized avatar

Prof. Dr. Jens Dittrich jensdittrich

View GitHub Profile
@jensdittrich
jensdittrich / imdbsample
Last active November 22, 2024 10:35
sample of IMDb
group: IMDB-sample
actors = {
id:number first_name:string last_name:string gender:string
10963 "Chris" "Anastasio" "M"
32638 "Michael" "Beach" "M"
33949 "John" "Bedford Lloyd" "M"
42278 "Michael" "Biehn" "M"
57051 "Captain Kidd" "Brewer Jr." "M"
64610 "Leo" "Burmester" "M"
group: PhotoDB
photos = {
id:number location:string unixTime:number photographerId:number cameraId:number
1 "(-23.94596215572477,43.504680443228594)" 1332835618 3 6
2 "(66.7975402123468,18.422720384316783)" 583933011 3 1
3 "(-79.03561854727664,9.729271460409938)" 1004549292 6 3
4 "(-89.22950553798373,60.13292921238415)" 854725699 3 2
5 "(-22.90727163973054,4.716609960081204)" 1288406508 7 3
6 "(32.85775711947046,18.568374418823325)" 1342868533 6 1