org.noear:solonjt.actuator.python

java project for solonjt.actuator.python

License

License

Categories

Categories

Python Languages
GroupId

GroupId

org.noear
ArtifactId

ArtifactId

solonjt.actuator.python
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

org.noear:solonjt.actuator.python
java project for solonjt.actuator.python
Project URL

Project URL

https://github.com/noear/solonjt
Source Code Management

Source Code Management

https://github.com/noear/solonjt

Download solonjt.actuator.python

How to add to project

<!-- https://jarcasting.com/artifacts/org.noear/solonjt.actuator.python/ -->
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solonjt.actuator.python</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/solonjt.actuator.python/
implementation 'org.noear:solonjt.actuator.python:1.0.5'
// https://jarcasting.com/artifacts/org.noear/solonjt.actuator.python/
implementation ("org.noear:solonjt.actuator.python:1.0.5")
'org.noear:solonjt.actuator.python:jar:1.0.5'
<dependency org="org.noear" name="solonjt.actuator.python" rev="1.0.5">
  <artifact name="solonjt.actuator.python" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='solonjt.actuator.python', version='1.0.5')
)
libraryDependencies += "org.noear" % "solonjt.actuator.python" % "1.0.5"
[org.noear/solonjt.actuator.python "1.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.python : jython jar 2.7-b1

provided (4)

Group / Artifact Type Version
org.noear : solon jar 1.0.2.16
org.noear : weed3 jar 3.1.7
org.noear : snack3 jar 3.0.9
org.noear : solonjt.utils jar 1.0.4

Project Modules

There are no modules declared in this project.

Maven Central

QQ交流群:22200020

是啥?

  • 我是一个嵌入式 FaaS 引擎 + 扩展中心 + 发布系统。(与云服务的FaaS有区别)
  • 理念:运行实例 + 安装几个扩展插件,等于一个性化系统。
  • 兼容:jdk8, jdk9, jdk10, jdk11, jdk12, jdk13, jdk14
  • 并发:单实例本机测试qps = 4w

想干嘛?

  • 通过统一的接口嵌入,促成各种FaaS语言的统一编程模型

orm接口,http client接口,lock接口,queue接口,mvc接口,job接口,消息总线接口,函数总线接口

  • 集成嵌入式服务治理组件(可通过配置,切换为分布式组件)

配置服务,日志服务,消息服务,缓存服务,对象存储,定时任务,集群管理

  • 可互为扩展中心的机制,形成一个自由的插件网

  • 快速构建热编辑、热更新、热执行的轻量级生产环境

  • 同时提供类似Electron一样的跨平台桌面运行环境

有什么能力?

  • 一切都是:热编辑;热更新;热执行
  • 运行动态文件执行的能力(由执行器决定)
  • 运行静态文件的能力(可304缓存)
  • 扩展执行器的能力(及jar包扩展)
  • 提供定时任务能力
  • 提供消息总线能力
  • 提供拦截器的机制
  • 提供勾子的机制
  • 提供版本管理的机制
  • 提供集群支持的机制(集群支持很友好哦)
  • 模板即可直接开发轻量接口
  • 函数总线,让不同语言可直接相互调用
  • 等等...

演示

框架演示

应用演示(基于solonjt开发的应用)

Versions

Version
1.0.5
1.0.4