Skip to content

Repository files navigation

HYTE Platform

Modular services Runtime

HYTE Platform provides a standards-based runtime for running modular applications. Support for using REST APIs, enterprise messaging and integration flows.

Components

  • Java 21/17/11
  • Apache ActiveMQ (v5.19.10) for messaging and eventing
  • Apache Camel (v3.22.4) for integration and low-code process flows
  • Apache CXF (v3.6.12) for REST API (JAX-RS)
  • Apache Karaf (v4.4.11) lightweight runtime
  • Jackson (v2.19.2) for JSON data formats
  • LMAX disruptor (v3.4.4) for high-speed async logging with log4j2

Latest version: 4.4.8.hyte-26100

Default admin account and ports

Default administrator account name: admin Default password: admin

Service Port URL Example usage
HTTP 8181 http://localhost:8181 wget http://localhost:8181
API base url 8181 http://localhost:8181/api wget http://localhost:8181/api
SSH 8101 ssh://localhost:8101 ssh -p 8101 admin@localhost
JMXMP 9999 service:jmx:jmxmp://localhost:9999
JMX 44444/1099 service:jmx:rmi://localhost:44444/jndi/rmi://localhost:1099/karaf-root

Downloads:

Maven coordinates for UNIX:

<dependency>
    <groupId>io.hyte.platform</groupId>
    <artifactId>hyte-runtime</artifactId>
    <version>4.4.8.hyte-26100</version>
    <classifier>unix</classifier>
    <type>tar.gz</type>
</dependency>

Maven coordinates for Windows:

<dependency>
    <groupId>io.hyte.platform</groupId>
    <artifactId>hyte-runtime</artifactId>
    <version>4.4.8.hyte-26100</version>
    <classifier>win64</classififer>
    <type>zip</type>
</dependency>

HYTE MQ

HYTE MQ is a packaged build of Apache ActiveMQ that applies enterprise grade best practices

Downloads:

Maven coordinates for UNIX:

<dependency>
    <groupId>io.hyte.platform</groupId>
    <artifactId>hyte-mq</artifactId>
    <version>4.4.8.hyte-26100</version>
    <classifier>unix</classifier>
    <type>tar.gz</type>
</dependency>

Maven coordinates for Windows:

<dependency>
    <groupId>io.hyte.platform</groupId>
    <artifactId>hyte-mq</artifactId>
    <version>4.4.8.hyte-26100</version>
    <classifier>win64</classififer>
    <type>zip</type>
</dependency>

HYTE DB

HYTE DB is a packaged build of H2 Database

Downloads:

Maven coordinates for UNIX:

<dependency>
    <groupId>io.hyte.platform</groupId>
    <artifactId>hyte-db</artifactId>
    <version>4.4.8.hyte-26100</version>
    <classifier>unix</classifier>
    <type>tar.gz</type>
</dependency>

Maven coordinates for Windows:

<dependency>
    <groupId>io.hyte.platform</groupId>
    <artifactId>hyte-db</artifactId>
    <version>4.4.8.hyte-26100</version>
    <classifier>win64</classififer>
    <type>zip</type>
</dependency>

Codacy Badge

About

HYBRID Microservices Platform

Resources

Code of conduct

Contributing

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages