unidata-platform | Unidata-platform backend

 by   unidata-community-group Java Version: v6.1.0 License: GNU GPLv3

kandi X-RAY | unidata-platform-backend Summary

kandi X-RAY | unidata-platform-backend Summary

unidata-platform-backend is a Java library. unidata-platform-backend has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However unidata-platform-backend build file is not available. You can download it from GitLab.

Unidata is a multipurpose data processing platform, especially targeting MDM & DQ. Recently it has made a decision to go open-source. Unidata platform consists of a large number of modules and components, which cannot be instantly published to the community, because of legal aspects and other obligations. However we understand importance of beging informed, so we have prepared a community roadmap that gives an idea on the major milestones. Its open source part builds a foundation for various platform services. Due to modular nature of the platform it allows wide variety of customizations (for instance, deployment sets can be variadic according to customer needs or different sets of operations on incoming data can be configured). It is also scalable, allowing you to run it on several machines (application nodes) in a cluster. It is written in Java and requires at least Java 11 to compile.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              unidata-platform-backend has a low active ecosystem.
              It has 21 star(s) with 4 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 0 have been closed. On average issues are closed in 38 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of unidata-platform-backend is v6.1.0

            kandi-Quality Quality

              unidata-platform-backend has no bugs reported.

            kandi-Security Security

              unidata-platform-backend has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              unidata-platform-backend is licensed under the GNU GPLv3 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              unidata-platform-backend releases are available to install and integrate.
              unidata-platform-backend has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of unidata-platform
            Get all kandi verified functions for this library.

            unidata-platform-backend Key Features

            No Key Features are available at this moment for unidata-platform-backend.

            unidata-platform-backend Examples and Code Snippets

            Unidata Platform,System configuration
            Javadot img1Lines of Code : 166dot img1License : Strong Copyleft (GNU GPLv3)
            copy iconCopy
            # Versions - platform and SOAP
            unidata.api.version = 6.0
            unidata.platform.version = 6.0
            
            # This node id. Must be unique across cluster (TODO generate!).
            unidata.node.id = 87ba01ce01e0
            
            # Data dump target format - JAXB or PROTOSTUFF
            unidata.dump.targe  
            Unidata Platform,Starting unidata with docker compose
            Javadot img2Lines of Code : 74dot img2License : Strong Copyleft (GNU GPLv3)
            copy iconCopy
            version: '2.4'
            
            services:
            
              unidata-postgres:
                image: postgres:12
                environment:
                  POSTGRES_USER: postgres
                  POSTGRES_PASSWORD: postgres
                ports:
                  - "5432:5432"
                networks:
                  - unidata
                healthcheck:
                  test: ["CMD-SHE  
            Unidata Platform,Notes,Modules
            Javadot img3Lines of Code : 65dot img3License : Strong Copyleft (GNU GPLv3)
            copy iconCopy
            /**
             * Gets module ID, i. e. 'org.unidata.mdm.core'.
             * @return ID
             */ 
            String getId();
            /**
             * Gets module version, consisting of major.minor.rev, i. e. '5.4.3'.
             * @return version
             */
            String getVersion();
            /**
             * Gets module localized name, 'Unidata   

            Community Discussions

            No Community Discussions are available at this moment for unidata-platform-backend.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install unidata-platform-backend

            Database Create DB manually from psql or PG Admin DB name: unidata owner: postgres
            Install Elasticsearch (7.6.x)
            Install Apache Tomcat 7.x using your favorite method
            Unidata uses gradle to build itself Go to org.unidata.mdm.war and build WAR (and its dependencies) with ./gradle clean war Deploy the artifact to tomcat 7.x using your favorite method

            Support

            For any new features, suggestions and bugs create an issue on GitLab. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://gitlab.com/unidata-community-group/unidata-platform.git

          • sshUrl

            git@gitlab.com:unidata-community-group/unidata-platform.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by unidata-community-group

            unidata-platform-ui

            by unidata-community-groupTypeScript

            unidata-platform

            by unidata-community-groupShell

            juni

            by unidata-community-groupJavaScript

            unidata-ui-template

            by unidata-community-groupTypeScript