Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plouc/flambo
The open-source content aggregation platform.
https://github.com/plouc/flambo
bot cli curator elasticsearch graphql postgresql react
Last synced: 7 days ago
JSON representation
The open-source content aggregation platform.
- Host: GitHub
- URL: https://github.com/plouc/flambo
- Owner: plouc
- Created: 2016-06-04T06:33:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T19:33:22.000Z (over 7 years ago)
- Last Synced: 2024-10-09T08:08:27.486Z (26 days ago)
- Topics: bot, cli, curator, elasticsearch, graphql, postgresql, react
- Language: JavaScript
- Homepage: http://flambo.co
- Size: 4.52 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![flambo](./assets/flambo_logo.png)](http://flambo.co)
[![Travis CI][travis-image]][travis-url]
**flambo** is a content aggregation platform built upon Node.js.
## Features
- Groups to help grouping data by topic
- Collections to let users manage their very own feed
- Sources pull data from various providers, for now:
- RSS feeds
- Meetup
- hoping to add more in the future (contributions are welcome :))![workflow](./assets/workflow.png)
## Demo
Running the demo is quite easy:
``` sh
git clone [email protected]:plouc/flambo.git
cd flambo && DEMO=1 make up
open http://localhost:8090/webapp
```## Components
**flambo** is made up of several components
| component | directory | package |
| ----------------- | ------------------------- | ------- |
| **API** | `/api` | *n/a* |
| **bot** | `/packages/bot` | `@flambo/bot` [![npm version](https://img.shields.io/npm/v/@flambo/bot.svg?style=flat-square)](https://www.npmjs.com/package/@flambo/bot) |
| **CLI** | `/packages/cli` | `@flambo/cli` [![npm version](https://img.shields.io/npm/v/@flambo/cli.svg?style=flat-square)](https://www.npmjs.com/package/@flambo/cli) |
| **webapp** | `/webapp` | *n/a* |
| **RSS source** | `/packages/source-rss` | `@flambo/source-rss` [![npm version](https://img.shields.io/npm/v/@flambo/source-rss.svg?style=flat-square)](https://www.npmjs.com/package/@flambo/source-rss) |
| **Meetup source** | `/packages/source-meetup` | `@flambo/source-meetup` [![npm version](https://img.shields.io/npm/v/@flambo/source-meetup.svg?style=flat-square)](https://www.npmjs.com/package/@flambo/source-meetup) |
| **website** | `/website` | *n/a* |## Requirements
- docker (edge channel for volumes mount options)
- docker-compose
- Node 7.6[travis-image]: https://img.shields.io/travis/plouc/flambo.svg?style=flat-square
[travis-url]: https://travis-ci.org/plouc/flambo