{"id":22741808,"url":"https://github.com/http-apis/falcon-http-hydra","last_synced_at":"2026-03-08T01:34:10.356Z","repository":{"id":78271911,"uuid":"121859483","full_name":"HTTP-APIs/falcon-http-hydra","owner":"HTTP-APIs","description":"A porting of hydrus to Falcon framework","archived":false,"fork":false,"pushed_at":"2019-09-20T12:55:40.000Z","size":625,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-04T22:28:53.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HTTP-APIs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-02-17T13:55:51.000Z","updated_at":"2020-01-03T03:10:28.000Z","dependencies_parsed_at":"2023-03-08T06:30:25.415Z","dependency_job_id":null,"html_url":"https://github.com/HTTP-APIs/falcon-http-hydra","commit_stats":{"total_commits":277,"total_committers":19,"mean_commits":"14.578947368421053","dds":0.6967509025270758,"last_synced_commit":"d1fd24a8448be6a46d0cb246fa3a3b14b1b16be6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HTTP-APIs/falcon-http-hydra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTTP-APIs%2Ffalcon-http-hydra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTTP-APIs%2Ffalcon-http-hydra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTTP-APIs%2Ffalcon-http-hydra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTTP-APIs%2Ffalcon-http-hydra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HTTP-APIs","download_url":"https://codeload.github.com/HTTP-APIs/falcon-http-hydra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTTP-APIs%2Ffalcon-http-hydra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263674485,"owners_count":23494582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-11T00:17:56.741Z","updated_at":"2026-03-08T01:34:10.321Z","avatar_url":"https://github.com/HTTP-APIs.png","language":"Python","readme":"Hydrus\r\n===================\r\nHydrus is a set of **Python** based tools for easier and efficient creation of Hypermedia driven REST-APIs. Hydrus utilises the power of [Linked Data](https://en.wikipedia.org/wiki/Linked_data) to create a powerful REST APIs to serve data.\r\nHydrus uses the [Hydra(W3C)](http://www.hydra-cg.com/) standard for creation and documentation of it's APIs.\r\n\r\nTable of contents\r\n-------------\r\n* [Features](#features)\r\n* [Requirements](#req)\r\n* [Demo](#demo)\r\n* [Usage](#usage)\r\n\r\n\u003ca name=\"features\"\u003e\u003c/a\u003e\r\nFeatures\r\n-------------\r\nHydrus supports the following features:\r\n- A generic server that can serve required data and metadata(in the form of API documentation) to a client over HTTP.\r\n- A middleware that allows users to use the client to interact with the server using Natural Language which is processed machine consumable language. **(under development)**\r\n\r\n\u003ca name=\"req\"\u003e\u003c/a\u003e\r\nRequirements\r\n-------------\r\nThe system is built over the following standards and tools:\r\n- [Falcon](http://falconframework.org/) a Python based micro-framework for handling server requests and responses.\r\n- [JSON-LD](http://json-ld.org/spec/latest/json-ld/) as the preferred data format.\r\n- [Hydra](http://www.hydra-cg.com/) as the API standard.\r\n- [SQLAlchemy](http://www.sqlalchemy.org/) as the backend database connector for storage and related operations.\r\n\r\nApart from this, there are also various Python packages that Hydrus uses. Using `python setup.py install` installs all the required dependencies.\r\n\r\n**NOTE:** You'll need to use `python3` not `python2`.\r\n\r\n\u003ca name=\"demo\"\u003e\u003c/a\u003e\r\nDemo\r\n-------------\r\nTo run a demo for Hydrus using the sample API, just do the following:\r\n\r\nClone Hydrus:\r\n```bash\r\ngit clone https://github.com/HTTP-APIs/hydrus\r\n```\r\nChange directory and switch to the develop branch:\r\n```bash\r\ncd hydrus\r\n\r\ngit checkout -b develop origin/develop\r\n```\r\n\r\nInstall hydrus using:\r\n```bash\r\npip install .\r\n```\r\nor\r\n```bash\r\npython setup.py install\r\n```\r\n\r\nand run the server using:\r\n\r\n```bash\r\nhydrus serve\r\n```\r\n\r\nThe demo should be up and running on `http://localhost:8080/serverapi/`.\r\n\r\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\r\nUsage\r\n-------------\r\nFor more info, head to the [Usage](https://github.com/HTTP-APIs/hydrus/wiki/Usage) section of the [wiki](https://github.com/HTTP-APIs/hydrus/wiki/).\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-apis%2Ffalcon-http-hydra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttp-apis%2Ffalcon-http-hydra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-apis%2Ffalcon-http-hydra/lists"}