-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
127 lines (118 loc) · 3.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
https://github.com/zhanymkanov/fastapi-best-practices
First Build Only
cp .env.example .env
docker network create app_main
docker compose up -d --build
docker compose up
1911
<!-- {
"surname": "Maguire",
"forename": "Edward",
"townland_street": "Baldoyle Town",
"ded": "Coolock, Part of",
"county": "Dublin",
"age": 17,
"sex": "M",
"birthplace": "Co Dublin",
"occupation": "Golf Caddie",
"religion": "Roman Catholic",
"literacy": "Read and write",
"irish_language": "",
"relation_to_head_of_household": "Son",
"marital_status": "Single",
"specified_illnesses": "",
"years_married": "",
"children_born": "",
"children_living": ""
},
1901
{
"surname": "Maguire",
"forename": "Edward",
"townland_street": "Hardcastle Street",
"ded": "Windsor Ward",
"county": "Antrim",
"age": 3,
"sex": "M",
"birthplace": "Belfast",
"occupation": "Scholar",
"religion": "Roman Catholic",
"literacy": "Cannot read",
"irish_language": "",
"relation_to_head_of_household": "Son",
"marital_status": "Not Married",
"specified_illnesses": ""
},
1851:
{
"surname": "Maguire",
"forename": "Patrick",
"townland_street": "Moygarriff",
"family_id": 13,
"barony": "Upper Massereene",
"parish": "Ballinderry",
"county": "Antrim",
"age": "80",
"sex": "Male",
"age_in_months_if_under_one_year": "-",
"relation_to_head_of_household": "Head Of Family",
"marital_status": "Married",
"in_what_year(s)_married": "1836",
"occupation": "Pentions",
"education": "Cannot Read",
"native_country,_county,_or_city": "Down",
"cause_of_death": "-",
"year_of_death": "-"
},
1841:
{
"surname": "Maguire",
"forename": "Marget",
"townland_street": "Hermitage",
"family_id": "-",
"barony": "-",
"parish": "-",
"county": "Fermanagh",
"age": 8,
"sex": "Female",
"age_in_months_if_under_one_year": "-",
"relation_to_head_of_household": "?",
"marital_status": "?",
"in_what_year(s)_married": "?",
"occupation": "?",
"education": "?",
"native_country,_county,_or_city": "?",
"cause_of_death": "-",
"year_of_death": "-"
},
1831:
{
"surname": "Maguire",
"forename": "Margt",
"townland_street": "Waterside",
"house_number": 48,
"barony": "Coleraine",
"parish": "Killowen",
"county": "Londonderry",
"number_of_families_in_each": 1,
"number_of_males_in_family": "2",
"number_of_females_in_family": "3",
"number_of_male_servants": "-",
"number_of_female_servants": "-",
"number_in_established_church": "-",
"number_of_roman_catholics": "5",
"number_of_presbyterians": "-",
"number_of_other_protestants": "-"
},
1821:
{
"surname": "Maguire",
"forename": "?",
"townland_street": "Kilkeran",
"house_number": 28,
"parish": "Roserea",
"county": "King's",
"age": 50,
"occupation": "Labourer",
"relation_to_head_of_household": "-"
}, -->