Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions adventure_works.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"text/plain": [
"Connection(dbname='AdventureWorks2014',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -148,11 +148,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"AdventureWorks2014\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions baseball.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"text/plain": [
"Connection(dbname='lahman_2014',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -156,11 +156,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"lahman_2014\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions consumer_expenditures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"text/plain": [
"Connection(dbname='ConsumerExpenditures',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -168,11 +168,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"ConsumerExpenditures\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions cora.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
{
"data": {
"text/plain": [
"Connection(dbname='CORA', dialect='mysql', host='db.relational-data.org', port=3306)"
"Connection(dbname='CORA', dialect='mysql', host='relational.fel.cvut.cz', port=3306)"
]
},
"execution_count": 4,
Expand All @@ -144,11 +144,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"CORA\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions cora_sota.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
{
"data": {
"text/plain": [
"Connection(dbname='CORA', dialect='mysql', host='db.relational-data.org', port=3306)"
"Connection(dbname='CORA', dialect='mysql', host='relational.fel.cvut.cz', port=3306)"
]
},
"execution_count": 4,
Expand All @@ -139,11 +139,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"CORA\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\",\n",
" password=\"ctu-relational\",\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions formula1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"text/plain": [
"Connection(dbname='ErgastF1',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -157,11 +157,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"ErgastF1\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions imdb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"text/plain": [
"Connection(dbname='imdb_ijs',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -169,11 +169,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"imdb_ijs\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
4 changes: 2 additions & 2 deletions kaggle_notebooks/cora_getml_vs_gnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@
"outputs": [],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"CORA\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")"
]
},
Expand Down
4 changes: 2 additions & 2 deletions kaggle_notebooks/getml-and-gnns-a-natural-symbiosis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@
"outputs": [],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"CORA\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\",\n",
" password=\"ctu-relational\",\n",
")"
]
},
Expand Down
6 changes: 3 additions & 3 deletions movie_lens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"text/plain": [
"Connection(dbname='imdb_MovieLens',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -150,11 +150,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"imdb_MovieLens\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\",\n",
" password=\"ctu-relational\",\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions seznam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
{
"data": {
"text/plain": [
"Connection(dbname='Seznam', dialect='mysql', host='db.relational-data.org', port=3306)"
"Connection(dbname='Seznam', dialect='mysql', host='relational.fel.cvut.cz', port=3306)"
]
},
"execution_count": 4,
Expand All @@ -157,11 +157,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"Seznam\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions sfscores.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"text/plain": [
"Connection(dbname='SFScores',\n",
" dialect='mysql',\n",
" host='db.relational-data.org',\n",
" host='relational.fel.cvut.cz',\n",
" port=3306)"
]
},
Expand All @@ -153,11 +153,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"SFScores\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down
6 changes: 3 additions & 3 deletions stats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
{
"data": {
"text/plain": [
"Connection(dbname='stats', dialect='mysql', host='db.relational-data.org', port=3306)"
"Connection(dbname='stats', dialect='mysql', host='relational.fel.cvut.cz', port=3306)"
]
},
"execution_count": 4,
Expand All @@ -150,11 +150,11 @@
],
"source": [
"conn = getml.database.connect_mysql(\n",
" host=\"db.relational-data.org\",\n",
" host=\"relational.fel.cvut.cz\",\n",
" dbname=\"stats\",\n",
" port=3306,\n",
" user=\"guest\",\n",
" password=\"relational\"\n",
" password=\"ctu-relational\"\n",
")\n",
"\n",
"conn"
Expand Down