phalt / swapi

*NOT MAINTAINED - NO GUARENTEE TO BE UP*
https://phalt.github.io/pokeapi-and-swapi-going-forward/
BSD 3-Clause "New" or "Revised" License
891 stars 505 forks source link

Takeover? #105

Open mohawk2 opened 6 years ago

mohawk2 commented 6 years ago

Further to the "PokéAPI and SWAPI going forward" blog post - are you interested in sharing and/or passing over responsibility for maintaining SWAPI going forward? I'm quite interested in OpenAPI as my GitHub history ought to show.

marceloverdijk commented 6 years ago

@mohawk2 do you have a link to the blog post? I'm interested to read it.

mohawk2 commented 6 years ago

@marceloverdijk phalt.co is offline right now but this works: http://web.archive.org/web/20170619120331/https://phalt.co/pokeapi-and-swapi-going-forward/

mohawk2 commented 6 years ago

@phalt Any thoughts?

marceloverdijk commented 6 years ago

Thanks @mohawk2

As @phalt already mentioned himself both data collections are very useful for for teaching programming and API interaction. That's exactly what I want to use the SWAPI data for. Would be nice to make the data available in e.g. yaml, json or any format. Even a database dump would do. I'm now writing a Groovy script to download the data and store them in yaml.

phalt commented 6 years ago

@mohawk2 @marceloverdijk thanks for your interest. SWAPI is a very passive project and takes up about 0.00001% of my time, so it's not a burden that I'm in need of sharing. SWAPI has always been open for new data but there has been a lack of PR's with new data 😢

mohawk2 commented 6 years ago

@phalt Thanks for responding! Are you open to adding an OpenAPI 2, ie Swagger spec to SWAPI?

NFulkerson commented 6 years ago

@phalt On that note, what sources are you using for data as it is? Assuming valid data exists for TLJ, I might be able to compile and submit a PR with data for the latest film. If Rogue One and future anthology films are a good fit for the API we could take a look at that too.

phalt commented 6 years ago

@NFulkerson wookiepedia, a note pad, and the star wars movies :)

There was no structured data set before SWAPI

marceloverdijk commented 6 years ago

PS: I scraped the date from https://swapi.co/ using https://github.com/swapi4j/swapi4j-client.

I created sql statements from the scraped data and stored them here: https://github.com/marceloverdijk/swapi-labs/tree/master/swapi-labs-data/src/main/resources Might be useful for you..