Skip to content

blueprint to implement streamsync app - low code with python

License

Notifications You must be signed in to change notification settings

FabienArcellier/blueprint-streamsync

Repository files navigation

blueprint-streamsync

ci

blueprint to implement a simple spike with streamsync

  • prototype quick application with low code UI
  • build demo for streamsync
  • ...

Getting started

Run in gitpod

gitpod can be used as an IDE. You can load the code inside to try the code.

Open in Gitpod

using_gitpod.png

Run in local

  1. clone this repository

  2. remove .git directory

alfred edit

The latest version

You can find the latest version to ...

git clone https://github.com/FabienArcellier/blueprint-streamsync.git

Developper guideline

Add a dependency

bash poetry add requests

Install development environment

Use make to instanciate a python virtual environment in ./venv and install the python dependencies.

poetry install

Update release dependencies

Use make to instanciate a python virtual environment in ./venv and freeze dependencies version

poetry update update

Activate the python environment

When you setup the requirements, a venv directory on python 3 is created. To activate the venv, you have to execute :

poetry shell

Run the continuous integration process

Before commit or send a pull request, you have to execute pylint to check the syntax of your code and run the unit tests to validate the behavior.

$ poetry run alfred ci

Rebuild the blueprint from scratch

I have to regularly rebuild it to update dependencies.

Contributors

  • Fabien Arcellier

License

MIT License

Copyright (c) 2018-2023 Fabien Arcellier

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

blueprint to implement streamsync app - low code with python

Topics

Resources

License

Stars

Watchers

Forks