Skip to content

tolleiv/structr

 
 

Repository files navigation

The Structr Project

Build Status

Structr (pronounce it like 'structure') is a powerful application platform for Enterprise Master Data Management, Product Data Management, Enterprise Content Management and more.

Technically, it is a build and runtime environment for mobile and web applications based on the graph database Neo4j. It was designed to simplify the creation of complex graph database applications by providing a comprehensive set of features common to many use cases like security, schema enforcement, JSON REST API and integrated search, CMS and DMS functionality.

Editions and Modules

Structr is free and open source software and dual licensed (GPLv3/AGPLv3). For an overview of the available editions and modules see https://structr.com/editions.

Download

Download the binary distributions package from https://structr.org/download.

Documentation

The one-stop documentation and support site can be found at https://support.structr.com/.

Quick Start

Prerequisites are the Java JDK 1.8 (not JRE!), Maven 3.0.4+ and git.

Verify the Java/Maven version with mvn -v, then do:

git clone https://github.com/structr/structr.git

cd structr
mvn clean install -DskipTests
cd structr-ui

mvn validate exec:exec

Login with the credentials admin/admin at:

http://localhost:8082/structr/

This help article describes how to build and run Structr from the source code: https://support.structr.com/article/280.

For a guide about the installation on Windows, see https://support.structr.com/article/258.

Google Group / Mailing List

For non-technical questions about Structr, Structr's licensing, use-cases etc. please use the Structr Google Group or send an e-mail to structr@googlegroups.com.

Report Bugs

You can submit issues (bugs, feature requests etc.) on the issue-tracker. Please don't ask questions or discuss general topics in the issue system.

Contribute

For more information on how to contribute, please see Contribute to Structr.

Commercial Services

https://structr.com/services

Structr Hosting

https://hosting.structr.com/

Initial Authors

Copyright and License

Copyright 2010-2016 Structr GmbH

Structr is dual licensed under the GPLv3 and AGPLv3. Commercial editions also available.

About

Graph Application Platform based on Neo4j

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.4%
  • JavaScript 18.0%
  • CSS 1.7%
  • HTML 0.9%
  • Shell 0.7%
  • Python 0.2%
  • Other 0.1%