Skip to content

Commit 9f0c7c2

Browse files
authored
Add Hydra Ecosystem
1 parent c4912ad commit 9f0c7c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,17 @@ by Natanael Arndt, Patrick Naumann, Norman Radtke, Michael Martin, and Edgard Ma
236236
- [ontology](https://github.com/ozekik/awesome-ontology) – A curated list of ontology things (with some python-related entries)
237237
- [awesome-semantic-web#python](https://github.com/semantalytics/awesome-semantic-web#python) Python section of awesome list for semantic-web-related projects
238238
- [github-semantic-web-python](https://github.com/topics/semantic-web?l=python) – github project search with `topic=semantic-web` and `language=python`
239+
- [Hydra Ecosystem](https://github.com/HTTP-APIs) - Semantically Linked REST APIs
240+
- docs: https://www.hydraecosystem.org/
241+
- tutorials: the stack has three major layers ([server](https://github.com/HTTP-APIs/hydrus), [client](https://github.com/HTTP-APIs/hydra-python-agent), [GUI](https://github.com/HTTP-APIs/hydra-python-agent-gui)); each repo has it own README
242+
- features:
243+
- deploy a server automatically from API Documentation (JSON-LD and W3C Hydra)
244+
- client automatically reads the documentation and provides access to endpoints
245+
- GUI allows visualization of the network generated by the servers and external resources
246+
- a [parser](https://github.com/HTTP-APIs/hydra-openapi-parser) for OpenAPI specs translation
247+
- notes:
248+
- under development, experimental
249+
- part of Google Summer of Code
239250
- [Pywikibot](https://github.com/wikimedia/pywikibot)
240251
- Library to interact with Wikidata and Wikimedia API
241252
- see also: https://www.wikidata.org/wiki/Wikidata:Creating_a_bot#Pywikibot

0 commit comments

Comments
 (0)