An open API service indexing awesome lists of open source software.

https://github.com/dimensi0n/flume

[DEPRECATED] The Flume Cloud ☁️
https://github.com/dimensi0n/flume

authentication database filestorage golang

Last synced: about 2 months ago
JSON representation

[DEPRECATED] The Flume Cloud ☁️

Awesome Lists containing this project

README

          

[DEPRECATED]





[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/makes-people-smile.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/certified-yourboyserge.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com)


```markdown
Flume is a cloud that allows you to :

* Interact with a JSON database
* Create an user, log in the user, disconnect the user
* Access a file storage

With the power of HTTP Requests.

Flume is based on an SQLITE database and it's written in Golang.
```

## Getting started

### Install flume

* Install [docker](https://docs.docker.com/install/)
* Run a container with the flume image `docker run -d -e TOKEN=yourtoken -p 8080:8080 --name flume dimensi0n/flume` You have to replace `yourtoken` with a JSON Authentication Token of your choice (the default one is 1234)

### Use flume

You can now access to flume on the port 8080

You can now take a look at the [wiki](https://github.com/dimensi0n/flume/wiki)

Enjoy :)