opendataConcordiaU / documentation

Documentation and examples on the use of Concordia University open data API
35 stars 4 forks source link

opendata.concordia.ca down #23

Closed Neeham closed 9 months ago

Neeham commented 9 months ago

Hello 😄!

It's day 6 and the opendata.concordia.ca site still seems to be down (affecting the APIs).

Not sure if anyone has reported it yet 😅!

Thank you!

Tigre2325 commented 9 months ago

I was using the API first in my project, but now I switched to the raw CSV files. I would advise you to use them instead, especially for the course schedule as it's updated very often, and it's always accessible online without any API key. You just need to parse them using a library or something, but imo that's worth it compared to a mon-reliable API.

Note: I am not trying to trash on the API, it's great and the documentation is good to understand the variables, but it is indeed not reliable compared to the raw CSV files.

Neeham commented 9 months ago

I was using the API first in my project, but now I switched to the raw CSV files. I would advise you to use them instead, especially for the course schedule as it's updated very often, and it's always accessible online without any API key. You just need to parse them using a library or something, but imo that's worth it compared to a mon-reliable API.

Note: I am not trying to trash on the API, it's great and the documentation is good to understand the variables, but it is indeed not reliable compared to the raw CSV files.

Aren't the raw CSV files also hosted on opendata.concordia.ca? If they are, it means they are also down unless you have downloaded a copy and are parsing that data 😅

Tigre2325 commented 9 months ago

I read the text too fast and I thought it was only the API that was down. I just checked, and the whole website is down, so my bad 😅 The advice still applies though once it's back up 😆

lib-development-concordiaU commented 9 months ago

Hi guys,

Sorry for the late response and sorry for the inconvenience. We were asked to shut down the API temporarily, I'm going to be working as of now to get it back up as soon as possible.

lib-development-concordiaU commented 9 months ago

Hey Guys,

We managed to re-establish de API. Hopefully it will stay like this.

Sorry for the inconvenience.

Neeham commented 9 months ago

Hi @lib-development-concordiaU !

I tried calling the endpoint on my end. No success. I tried visiting http://opendata.concordia.ca still no response (ERR_CONNECTION_TIMED_OUT).

lib-development-concordiaU commented 9 months ago

Thanks for doing this test, the service is up but there seems to be a network issue now. Will work on this and get back to you

Neeham commented 9 months ago

Hi @lib-development-concordiaU !

It's back up and has started working again.

Looks like it got fixed sometime between Wednesday, October 11, 2023 at 11:19:21 PM and Thursday, October 12, 2023 at 2:41:45 PM

Thank you once again!