Skip to content
Snippets Groups Projects
README.md 1.02 KiB
Newer Older
  • Learn to ignore specific revisions
  • Robert Goldmann's avatar
    Robert Goldmann committed
    # StorageLeaf
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    Accepts sensor data and saves them into a database. The saved data can be accessed via api.  
    An interactive OpenAPI Swagger documentation can be accessed by opening the server url in your web browser (e.g. http://localhost:10003).
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    
    ## Commonly used sensor types
    - temperature
    - humidity
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ---
    ## Credits
    
    ### Icons
    - leaf icon - made by Freepik from [https://www.flaticon.com/](https://www.flaticon.com/)]
    - database solid icon - made by Pixel perfect from [https://www.flaticon.com/](https://www.flaticon.com/)]
    
    ### Python libraries
    See `Pipfile.lock`  
    (This project uses some personal libraries not available on the official pypi. The source code can be found here [https://thecodelabs.de/TheCodeLabs/PythonLibs](https://thecodelabs.de/TheCodeLabs/PythonLibs))
    
    ---
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    ## Installation on Raspberry Pi Zero
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    Pipenv can cause some problems. Possible solution:
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    - use pipenv 2018-11-26
    - run `pipenv lock`
    - open `Pipfile.lock` and remove the `gevent` dependency
    - run `Pipenv sync`
    - install gevent manually via `pipenv install gevent`