karyon3-api


License

License

Categories

Categories

Net
GroupId

GroupId

com.netflix.karyon
ArtifactId

ArtifactId

karyon3-api
Last Version

Last Version

3.0.1-rc.20
Release Date

Release Date

Type

Type

jar
Description

Description

karyon3-api
karyon3-api
Project URL

Project URL

https://github.com/Netflix/karyon
Source Code Management

Source Code Management

https://github.com/Netflix/karyon.git

Download karyon3-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.netflix.karyon/karyon3-api/ -->
<dependency>
    <groupId>com.netflix.karyon</groupId>
    <artifactId>karyon3-api</artifactId>
    <version>3.0.1-rc.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.karyon/karyon3-api/
implementation 'com.netflix.karyon:karyon3-api:3.0.1-rc.20'
// https://jarcasting.com/artifacts/com.netflix.karyon/karyon3-api/
implementation ("com.netflix.karyon:karyon3-api:3.0.1-rc.20")
'com.netflix.karyon:karyon3-api:jar:3.0.1-rc.20'
<dependency org="com.netflix.karyon" name="karyon3-api" rev="3.0.1-rc.20">
  <artifact name="karyon3-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.karyon', module='karyon3-api', version='3.0.1-rc.20')
)
libraryDependencies += "com.netflix.karyon" % "karyon3-api" % "3.0.1-rc.20"
[com.netflix.karyon/karyon3-api "3.0.1-rc.20"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6

Project Modules

There are no modules declared in this project.

===== Karyon 2.0 is no longer supported. We are in the process of retiring Karyon in favor of using Governator for bootstrapping and OSS components with -guice or -governator subprojects.

karyon

Build Status

Karyon in the context of molecular biology is essentially "a part of the cell containing DNA and RNA and responsible for growth and reproduction."

At Netflix, Karyon is a framework and library that essentially contains the blueprint of what it means to implement a cloud ready web service. All the other fine grained web services and applications that form our SOA graph can essentially be thought as being cloned from this basic blueprint.

Karyon can be thought of as a nucleus that contains the following main ingredients.

  • Bootstrapping , dependency and Lifecycle Management (via Governator)
  • Runtime Insights and Diagnostics (via karyon-admin-web module)
  • Configuration Management (via Archaius)
  • Service discovery (via Eureka)
  • Powerful transport module (via RxNetty)

Getting Started

Easiest way to get started with karyon is to see the examples provided with karyon under karyon-examples module.

Documentation

Please see [wiki] (https://github.com/Netflix/karyon/wiki) for detailed documentation.

Have a question?

We have a discussion group for karyon users (i.e. you!) here: https://groups.google.com/forum/?fromgroups#!forum/karyon-users

com.netflix.karyon

Netflix, Inc.

Netflix Open Source Platform

Versions

Version
3.0.1-rc.20
3.0.1-rc.17
3.0.1-rc.15
3.0.1-rc.14