pytheas-core


License

License

Categories

Categories

Net
GroupId

GroupId

com.netflix.pytheas
ArtifactId

ArtifactId

pytheas-core
Last Version

Last Version

1.29.1
Release Date

Release Date

Type

Type

jar
Description

Description

pytheas-core
pytheas-core
Project URL

Project URL

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

Source Code Management

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

Download pytheas-core

How to add to project

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

Dependencies

runtime (21)

Group / Artifact Type Version
com.sun.jersey : jersey-servlet jar 1.19
javax.ws.rs : jsr311-api jar 1.1.1
com.sun.jersey.contribs : jersey-guice jar 1.19
com.sun.jersey : jersey-core jar 1.19
com.sun.jersey : jersey-json jar 1.19
org.slf4j : slf4j-api jar 1.7.13
com.netflix.pytheas : pytheas-api jar 1.29.1
javax.servlet : servlet-api jar 2.5
commons-configuration : commons-configuration jar 1.8
com.google.guava : guava jar 19.0
com.google.inject.extensions : guice-servlet jar 4.0
com.google.code.findbugs : annotations jar 2.0.0
com.sun.jersey : jersey-server jar 1.19
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
org.freemarker : freemarker jar 2.3.15
com.netflix.archaius : archaius-core jar 0.7.3
com.netflix.governator : governator jar 1.14.2
commons-collections : commons-collections jar 3.2.1
commons-codec : commons-codec jar 1.7
commons-beanutils : commons-beanutils jar 1.9.1
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

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

Versions

Version
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