An attempt to visulise the 39 Subjects of asset managment using a [Force Directed Graph] (http://bl.ocks.org/Richard-Mathie/699be412f0b63ddeca15).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INPUTS | |
| AM Policy AM Strategy & Objectives Demand Analysis Strategic Planning AM Planning Capital investment decision making Ops & maintenance decision making Lifecycle value realisation Resourcing strategy Shutdowns and outage strategy Technical Standards & legislation Asset creation & acquisition Systems engineering Configuration management Maintenance delivery Reliability engineering Asset operations Resource management Shutdown & outage management Fault & incident response Asset decomissioning & disposal Asset Information Strategy Asset information standards Asset information systems Data & information management Procurement & supply chain management Asset management leadership Organisational structure Organisational culture Competence management Risk assessment & management Contingency planning & resilience analysis Sustainable development Management of change Asset performance & health monitoring Asset management system monitoring "management review, audit and a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INPUTS | |
| AM Policy AM Strategy & Objectives Demand Analysis Strategic Planning AM Planning Capital investment decision making Ops & maintenance decision making Lifecycle value realisation Resourcing strategy Shutdowns and outage strategy Technical Standards & legislation Asset creation & acquisition Systems engineering Configuration management Maintenance delivery Reliability engineering Asset operations Resource management Shutdown & outage management Fault & incident response Asset decomissioning & disposal Asset Information Strategy Asset information standards Asset information systems Data & information management Procurement & supply chain management Asset management leadership Organisational structure Organisational culture Competence management Risk assessment & management Contingency planning & resilience analysis Sustainable development Management of change Asset performance & health monitoring Asset management system monitoring "management review, audit and a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.xls? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| { | |
| "group": 1, | |
| "name": "MXRPERNUM" | |
| }, | |
| { | |
| "group": 1, | |
| "name": "FINCNTRLID" | |
| }, |
A class which constructs a concurrent writer object so that you can write async to cassandra, but limit the number of concurrent writes to some number, and block when we hit that limit. This can result in improved write throuput withough having to construct your query with genorators, as the default cassandra concurrent method requires.
I would sugest adding callbacks to handle write time outs, as you may want to retry the write.
This impliments a redis cluster backend for Flask-Cache as the standard redis cache cannot handle a redis cluster.
class Config(object):
OlderNewer