unidata-platform | Unidata-platform backend
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.
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
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.
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
Quality
unidata-platform-backend has no bugs reported.
Security
unidata-platform-backend has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of unidata-platform
unidata-platform-backend Key Features
No Key Features are available at this moment for unidata-platform-backend.
unidata-platform-backend Examples and Code Snippets
Copy
# 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
Copy
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
Copy
/**
* 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
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page