sgrottel / feed-store

An online rss feed storage backend api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ—ƒ Feed Store

This project is an online backend to store and provide RSS feeds. Think of it as a cache between a feed provide and a feed reader.

It is not an aggregator to (actively) collect information from other online sources and create feeds out of it. An active part needs to use the write-end api to push the feed information in. It is suited to cache content generated by on-event code, and then provided to readers at any time.

This project consists of:

  • πŸ“₯ Writer-end API definition β€’ 🚧 TODO
  • πŸ“ Writer-end client libraries:
    • 🚧 TODO
  • πŸ“€ Reader-end API definition β€’ 🚧 TODO
  • πŸ“ͺ Backend implementation for those APIs:
    • Using PHP and MySQL β€’ 🚧 TODO
  • πŸ§ͺ Tests β€’ 🚧 TODO

License

This project is freely available under the terms of the Apache License, Version 2.0; For details, see LICENSE file.

Copyright 2022 SGrottel (https://www.sgrottel.de)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

An online rss feed storage backend api

License:Apache License 2.0