https://github.com/upsonic/docs-old
https://github.com/upsonic/docs-old
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upsonic/docs-old
- Owner: Upsonic
- License: mit
- Created: 2023-11-07T11:25:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T17:20:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T10:21:12.601Z (9 months ago)
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👋 Welcome
## Introduction
The Upsonic is an platform that provide a Cloud Magic Layer to any python runtime. It a base for the datas on the python, like, functions, classes and variables. With this saving and the platform services you can easily solve the DevOps, productivity and deployment challenges.
{% hint style="info" %}
**These documents are under the beta and you are free to contribute to any section in the GitHub** [**Upsonic Docs**](https://github.com/Upsonic/Docs) **repositories.**
{% endhint %}## Connection
{% content-ref url="connection/connect.md" %}
[connect.md](connection/connect.md)
{% endcontent-ref %}## Services
{% content-ref url="services/upsonic-cloud/" %}
[upsonic-cloud](services/upsonic-cloud/)
{% endcontent-ref %}Your can save anything in python to **Upsonic Cloud**.
{% content-ref url="services/upsonic-run.md" %}
[upsonic-run.md](services/upsonic-run.md)
{% endcontent-ref %}You can run any function or class in **Upsonic Run** runners. It's super fast isolated task-based environment. You can deploy your runner in 5 second in dashboard. Also the runners are automatically connect to your cloud. So you can access every datas in the cloud in runners.
{% content-ref url="services/upsonic-update.md" %}
[upsonic-update.md](services/upsonic-update.md)
{% endcontent-ref %}You can update any running code with **Upsonic Run**. Example, you can edit your cloud Django app in server.
{% content-ref url="services/upsonic-readonly.md" %}
[upsonic-readonly.md](services/upsonic-readonly.md)
{% endcontent-ref %}With **Upsonic Readonly** you can easily distribute the datas to your customers without write permission.
{% content-ref url="services/upsonic-phantom.md" %}
[upsonic-phantom.md](services/upsonic-phantom.md)
{% endcontent-ref %}With Upsonic Phantom you can easily encrypt your functions or any datas and these datas are coming from cloud in every call. So you can distribute your applications without the source code an encrypted running codes.