Questions tagged [predix]

Predix is the operating system for the Industrial Internet. Predix is a General Electric Product

Predix is a purpose-built platform-as-a-service (PaaS) for developing, deploying, operating and monetizing Industrial Internet applications. Highly optimized for the unique and demanding requirements of industrial applications, Predix works with operating assets from any vendor or vintage. Predix captures and analyzes the unique volume, velocity, and variety of machine data generated across the industrial world within a secure, industrial-strength cloud environment.

Based on Pivotal Cloud Foundry, Predix uses a microservices architecture model where applications are created as a catalog of services instead of one tightly coupled monolith of code. Microservices architecture makes it much easier to change and maintain apps, which is particularly important for Industrial Internet apps that run 24/7, 365 days a year.

62 questions
1
vote
0 answers

GeckoFx not displaying page correctly

I'm using the GeckoFX winforms control in a .Net app to display a Predix Platform app. Not all of the components in the page are rendering, and the Javascript redirects aren't working. But everything loads fine in the latest version of Firefox. Note…
1
vote
2 answers

Predix: No module named _tkinter

I am trying to push a Python Microservice on Predix. The code is having matplotlib dependency. cf push fails for the app with following stack trace. 2017-05-08T19:39:51.43+0530 [App/0] ERR Traceback (most recent call…
kn_pavan
  • 1,510
  • 3
  • 21
  • 42
1
vote
2 answers

Predix UI Seed app - remove hash from url

I'm using the Predix UI seed and I'm trying to remove the # from the URL, so that http://localhost:5000/#/dash becomes http://localhost:5000/dash What's the best way to do this? The seed-app.html page, which is where I thought I could configure…
1
vote
0 answers

Spillway Transfer failed

I am sending data from Predix Machine through spillway and websocket river, I am getting following error: Spillway Transfer Failed. Details: "Status for transfer UUID "87ab8c74-8c34-41cb-b4ba-3666d84ad4c7" in River "WS Sender Service-1". …
Shubham Dwivedi
  • 151
  • 1
  • 1
  • 9
1
vote
1 answer

How to use bower_component with typeScript in Angular 2

I am in a problem with using bower components in typeScript. Is it possible use bower_components. I import bower_component in index.html but it's not import for other .html. Can you please give solution for this issue. This import line in…
Jenny
  • 13
  • 4
1
vote
2 answers

How do micro services in Cloud Foundry communicate?

I'm a newbie in Cloud Foundry. In following the reference application provided by Predix…
Joe Lin
  • 153
  • 1
  • 10
1
vote
1 answer

Modbus TCP Slave Thread - set & get registers values

According to this howToModbusSlave I am trying to build my own modbus slave with registers of chosen value (later I wanna fill these values with data from monitored device using python/jython) and send them away using Predix (cloud platform). Since…
Dlike
  • 73
  • 1
  • 1
  • 8
0
votes
1 answer

How to get time series through WebSocket from predix?

Currently, I'm trying to get time series data for consumers. It is necessary to receive data through WebSocket, unfortunately, I don't know how to do it. I use java's timeseries-bootstrap for sending data to time series through WebSocket and it…
Uburusan
  • 3
  • 1
0
votes
1 answer

Need help in rendering HTML Code to px-data-column with type="html"

I have written a table in polymer 1.0 using px-data-table and I want one of the column in this table to present a checkbox option. I am having trouble in writing filterFunctionName and how to render html code in the particular…
Pradheer Kk
  • 76
  • 10
0
votes
0 answers

session handeling in redis with php

I want to do session handling with redis session with php i am doing this:
pawan rao
  • 7
  • 1
0
votes
1 answer

Predix Cloud Foundry App Heap out of memory issue

I have a Spring Boot Application that has a scheduled task every two minutes to fetch data from time series and perform some calculations on it via an HTTP request and then store the result back in to time series. The problem is that with each…
Ehsan Waris
  • 148
  • 2
  • 12
0
votes
1 answer

Can't bind chart-data from component to view. Angular 6, predix-ui

pls help. SOS I'm trying to bind chart-data to plot graph, like: [attr.chart-data]='chartData' My Component: export class AppComponent { arr: Array = []; seriesConfig: {}; ngOnInit(): void { this.arr = [ { x: 1530426560000, y:…
Galym
  • 57
  • 10
0
votes
1 answer

SASS/Flexbox not working

I'm trying to apply a flexbox layout to my elements based on this example. In the .html I have: ...