pytheas-helloworld


Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

com.netflix.pytheas
Идентификатор

Идентификатор

pytheas-helloworld
Последняя версия

Последняя версия

1.29.1
Дата

Дата

Тип

Тип

war
Описание

Описание

pytheas-helloworld
pytheas-helloworld
Ссылка на сайт

Ссылка на сайт

https://github.com/Netflix/pytheas
Система контроля версий

Система контроля версий

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

Скачать pytheas-helloworld

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-helloworld/ -->
<dependency>
    <groupId>com.netflix.pytheas</groupId>
    <artifactId>pytheas-helloworld</artifactId>
    <version>1.29.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-helloworld/
implementation 'com.netflix.pytheas:pytheas-helloworld:1.29.1'
// https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-helloworld/
implementation ("com.netflix.pytheas:pytheas-helloworld:1.29.1")
'com.netflix.pytheas:pytheas-helloworld:war:1.29.1'
<dependency org="com.netflix.pytheas" name="pytheas-helloworld" rev="1.29.1">
  <artifact name="pytheas-helloworld" type="war" />
</dependency>
@Grapes(
@Grab(group='com.netflix.pytheas', module='pytheas-helloworld', version='1.29.1')
)
libraryDependencies += "com.netflix.pytheas" % "pytheas-helloworld" % "1.29.1"
[com.netflix.pytheas/pytheas-helloworld "1.29.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

pytheas

Pytheas is a Guice-Jersey based web application framework designed to allow quick prototyping and creation of web based tools that explore large data sources. Applications built on top of Pytheas consist of one or more loosely coupled modules, each encapsulating a data source and its corresponding UI elements. The framework provides a bundle of commonly used UI components for creating dynamic data exploration/visualization applications.

Features

  • Uses Guice/Governator for application bootstrapping.
  • Supports Jersey REST data source integration
  • Loosely coupled modules with isolated data resource loading and rendering mechanism.
  • Seamless aggregation of modules at runtime with minimal configuration
  • Bundles rich UI components based on open source frameworks such as Bootstrap, JQuery-UI, DataTables etc.
  • Jersey based REST endpoints for streaming server-side-events (SSE)
  • Supports cross domain AJAX data using JSONP

Getting Started

You should see a simple hello world application running at http://localhost:8989/pytheas-helloworld. You can look into pytheas-helloworld subproject in your src to find more about specific code blocks needed to get started on building your own app using Pytheas.

com.netflix.pytheas

Netflix, Inc.

Netflix Open Source Platform

Версии библиотеки

Версия
1.29.1
1.29.0
1.28.0
1.26
1.25
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10