Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksasj/hoo
🐦🔥 ASP.NET Core based universal file provider microservice
https://github.com/maksasj/hoo
asp-net-core csharp dotnet microservice
Last synced: about 6 hours ago
JSON representation
🐦🔥 ASP.NET Core based universal file provider microservice
- Host: GitHub
- URL: https://github.com/maksasj/hoo
- Owner: Maksasj
- License: apache-2.0
- Created: 2024-08-10T12:56:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-19T07:47:36.000Z (about 12 hours ago)
- Last Synced: 2024-11-19T08:37:47.634Z (about 11 hours ago)
- Topics: asp-net-core, csharp, dotnet, microservice
- Language: C#
- Homepage:
- Size: 8.37 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🐦🔥 hoo
ASP.NET Core based universal file provider microservice, allows to interface with different file services such as **GoogleDrive**, **OneDrive** and others via single convenient interface. With **hoo**, you can seamlessly manage files from multiple platforms using a single API, reducing the complexity of integrating different file providers in your applications
> **hoo** is not a new javascript framework btw, this time it is a .NET one
Cool looking widgets
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Maksasj/hoo/test.yml?logo=github&label=build)
![GitHub License](https://img.shields.io/github/license/Maksasj/hoo)
![Unit Test Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/Maksasj/88c718518ac856fce876e5738695db50/raw/hoo-code-coverage.json)
![GitHub Repo stars](https://img.shields.io/github/stars/Maksasj/hoo?style=flat)### Links
1. Source code available at [github.com/Maksasj/hoo](https://github.com/Maksasj/hoo)
2. **🍡 mochi** logging microservice [github.com/Maksasj/mochi](https://github.com/Maksasj/mochi)## Features
Main features of hoo microservice
- **Multi-provider support**: Interact with multiple file storage providers through a single service.
- **Extendable architecture**: Easily add support for new file providers.
- **RESTful API**: Clean, easy-to-use API for interfacing with file services.
- **Supported providers**: GoogleDrive, OneDrive, HTTP files(also called **WebFiles** (any file that could be accessed via URL))
- **Universall thumbnail provider**### Planned providers
- **Pinterest** images, boards as WebFiles
- **Youtube** videos as WebFiles## Developing
Please make sure you have the following prerequisites:
- A desktop platform with the [.NET 8.0 SDK](https://dotnet.microsoft.com/download) installed
- Version control tool [Git](https://git-scm.com/)## Contribution
When it comes to contributing to the project, the two main things you can do to help out are reporting issues and submitting pull requests.
If you have any questions, feel free to to submit [issue](https://github.com/Maksasj/hoo/issues) or message [author](https://github.com/Maksasj) on social medias.
## License
**hoo** is free and open source universal file provider microservice. All code in this repository is licensed under
- Apache-2.0 license ([LICENSE.md](https://github.com/Maksasj/hoo/blob/master/LICENSE.md) or http://www.apache.org/licenses/LICENSE-2.0)*Copyright 2024 © Maksim Jaroslavcevas*