Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.netflix.pytheas:pytheas-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.netflix.pytheas:pytheas-api

pytheas-api

  • 1.29.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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

  • checkout code - git clone https://github.com/Netflix/pytheas
  • run ./gradlew jettyRun

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.

FAQs

Package last updated on 21 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc