Giter VIP home page Giter VIP logo

tempus's Introduction

Hashmap, Inc Tempus

License FOSSA Status Build Status Docker pulls CLA assistant Quality Gate Slack Documentation Status SSL Rating

Tempus is an IIoT framework for industrial data ingestion and analysis.

Tempus Video

Table of Contents

Features

Tempus was made to simplify ingest/analysis/storage/visualization of your IIoT data. The key features include:

  • Device Management
    • Configure and Control your edge devices and acquistion conifigurations
    • This can range from simple data ingestion to complex data analysis and transformation
  • Security
    • Data transmission via MQTT over TLS
    • Device authorization via Tokens or X.509 certificates
    • Supports LDAP or built in authentication
  • IIoT protocol support
    • Support for:
      • CoAP
      • MQTT
      • HTTP(S)
      • OPC-UA
      • WITSML 1.3.1.1/1.4.1.1 (as a client)
      • Sparkplug B
      • Apache NiFi (via any flow, using the Tempus supplied NAR files to transmit data to the system via MQTT)
  • Built in Rules engine for Data flow
    • Using visually-created rules, data can be routed where it needs to go, when it needs to go
    • Data formatting provided by Apache Velocity
  • Designed for extensiblity
    • Ability to integrate with any system on the backend. Out of the box support for:
      • Apache Kafka
      • AWS SQS/SNS
      • AWS Kinesis Data Stream/Firehose Delivery Stream
      • Kudu
      • HBase
      • MQTT
      • REST API endpoints
  • Comprehensive Visualization System
    • Ability to create drill down and specific views that include
      • Charts
      • Maps
      • Gauges
      • Digital I/O
      • and more
  • Scalable
    • Scales with a zero-master clustering model (orchestrated by Zookeeper)
  • Configurable Storage
    • Built in data store support for:
      • HSQLDB (Demos/Development/Testing)
      • PostgreSQL
      • Cassandra (recommended for production)
    • Caching support via Redis

Requirements

  • JDK 11 or newer
  • Apache Maven 3.1.0 or newer
  • Git Client

Getting Started

  • Read through the Tempus Developer Quickstart. It will include a section on how to build the local development environment via Docker to get you up and running quickly.

To build:

  • Execute mvn clean install or for parallel build execute mvn -T 2.0C clean install. On a modest development laptop that is a couple of years old, the latter build takes a bit under fifteen minutes. After a large amount of output you should eventually see a success message.

    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] 
    [INFO] Tempus ............................................. SUCCESS
    [INFO] Tempus Server Commons .............................. SUCCESS
    [INFO] Tempus Server Common Data .......................... SUCCESS
    [INFO] Tempus Server Common Messages ...................... SUCCESS
    [INFO] Tempus Server Common Transport components .......... SUCCESS
    [INFO] Tempus Server DAO Layer ............................ SUCCESS
    [INFO] Tempus Server Extensions API ....................... SUCCESS
    [INFO] Tempus Server Core Extensions ...................... SUCCESS
    [INFO] Tempus Extensions .................................. SUCCESS
    [INFO] Tempus Server RabbitMQ Extension ................... SUCCESS
    [INFO] Tempus Server REST API Call Extension .............. SUCCESS
    [INFO] Tempus Server Kafka Extension ...................... SUCCESS
    [INFO] Tempus Server MQTT Extension ....................... SUCCESS
    [INFO] Tempus Server Livy Extension ....................... SUCCESS
    [INFO] Tempus Server SQS Extension ........................ SUCCESS
    [INFO] Tempus Server SNS Extension ........................ SUCCESS
    [INFO] Tempus Server Kinesis Extension .................... SUCCESS
    [INFO] Tempus Server Transport Modules .................... SUCCESS
    [INFO] Tempus HTTP Transport .............................. SUCCESS
    [INFO] Tempus COAP Transport .............................. SUCCESS
    [INFO] Tempus MQTT Transport .............................. SUCCESS 
    [INFO] Tempus Server UI ................................... SUCCESS
    [INFO] Tempus Server Tools ................................ SUCCESS 
    [INFO] Tempus Server Application .......................... SUCCESS 
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 26:17 min
    [INFO] Finished at: 2018-04-22T02:01:32Z
    [INFO] Final Memory: 146M/2153M
    [INFO] ------------------------------------------------------------------------
    

Getting Help

If you have questions, you can join our slack channel using the link above or here.

You can also submit issues or questions via GitHub Issues here

Documentation

See The Documentation Here for the latest updates.

License

Except as otherwise noted this software is licensed under the Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Export Control

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

Tempus uses BouncyCastle and the built-in java cryptography libraries for SSL, SSH. See http://bouncycastle.org/about.html http://www.oracle.com/us/products/export/export-regulations-345813.html for more details on each of these libraries cryptography features.

FOSSA Status

tempus's People

Contributors

akshaymhetre avatar ankurgadgilwar avatar anuj-akt avatar ashvayka avatar cherrera2001 avatar ganeshx avatar himanshu-it avatar himanshurawathm avatar ikulikov avatar irisbada avatar jayeshkapadnis avatar jetinder20 avatar junehappylove avatar mp-loki avatar mrathore07 avatar nandinimgawade avatar pal-abhishek avatar prem0132 avatar rachanagupta01 avatar randypitcherii avatar shgupta22 avatar shobhit2884 avatar spparnerkar avatar ssmaurya avatar toti1212 avatar vikashsingh94 avatar volodymyr-babak avatar walter-c avatar ytalashko avatar yuyihan666 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.