Questions tagged [structr]

Structr (pronounced 'structure') is a powerful application platform for Enterprise Master Data Management, Product Data Management, Enterprise Content Management and more. It is the leading Graph-based Low-Code Development and Runtime environment for Data-centric Web and mobile Applications.

Structr (pronounced 'structure') is a Java framework for mobile and web applications based on the graph database Neo4j, with a supplement UI providing CMS functionality to serve pages, files and images.

Home: http://structr.org/

43 questions
1
vote
1 answer

How do I use Structr to iterate through elements in a cypher collection?

I'm trying out Structr, which seems great, but I'm running into an issue where I want to loop through a returned collection and output an html element for each item in it. It's a little complicated by the fact that I also need to use merge_unique on…
Daniel
  • 77
  • 7
1
vote
1 answer

How to import templates with Structr behind a proxy

I am following the Structr tutorial (https://support.structr.com/article/232) on a Linux machine. It fails when trying to import the jumbotron template from the Internet. I think this is because my machine is behind a proxy, so Structr and/or Java…
Decalage
  • 118
  • 5
0
votes
0 answers

structr.service is not a native service, redirecting to systemd-sysv-install

try to install the structr version 4.2.0 in ubuntu but terminal shows "structr.service is not a native service, redirecting to systemd-sysv-install." after running the command "sudo service structr start it shows nothing" structr-4.2.0 downloaded on…
Prasanna
  • 1
  • 1
0
votes
2 answers

Blank rows for a "select" html widget on a web page built using Structr 4.1.2 Community edition

Structr version 4.1.2 on Structr managed Sandbox (Community edition) I'm investigation Structr and I have hit a problem related to the way an "html" select operates on a Structr built page. I have a table of 'consultants' and one of 'countries' with…
Guy_Y
  • 33
  • 3
0
votes
1 answer

How to use Structr with ReactJS via RESTful APIs?

How to use Structr with a frontend framework like ReactJS, Vue etc? I want to create a React app entirely separately from Structr that only talks to it via RESTful API. How to talk to Structr via separate frontend via RESTful API? Do I just create…
laggingreflex
  • 32,948
  • 35
  • 141
  • 196
0
votes
1 answer

Structr - Unable to connect to Neo4j

"Connection to the database terminated. This can happen due to network instabilities, or due to restarts of the database." But my Neo4j DB is online and can be reached - Also in the shown logs there is not indication that the connection is the…
otluk
  • 317
  • 1
  • 4
  • 16
0
votes
1 answer

Observe mounted Folder and integrate new files

I'd like to observe a mounted folder in structr. Files get pushed into that folder through a non-structr cron job, so they may change pretty often. I mounted a folder (/var/structr) through structr UI. If I create a file through structr UI I can…
reallyATypo
  • 103
  • 5
0
votes
1 answer

Error thrown after installing structr snapshot 3.5 on debian buster

I installed the 3.5 snapshot over version 3.4.3. the later was running fine. 3.5 threw an error on startup: Error: A JNI error has occurred, please check your installation and try again Ausnahmebedingung in Thread "main"# START…
reallyATypo
  • 103
  • 5
0
votes
2 answers

handling parameters and return values between custom schema methods written in diffrent languages

first, what I'd like to achieve is the following: I need to pass an image from an external source into the underlying database of structr. therefore I need to convert that image to base64. But as I'm not aware of a way to get serverside…
reallyATypo
  • 103
  • 5
0
votes
1 answer

How to save project as web application in Structr

How to export website and publish under my domain name and accessible from the web. Also, if the answer is: Structr is an engine, then how to remove port numbers from the URL?
0
votes
1 answer

How to pass values to cypher using a form in structr

I tried to send the value of an input field to a cypher query. For example when the user introduces a technology and clicks the submit button must appear a list of the assigned programmers. This code is at submit button: match (technology:Technology…
0
votes
1 answer

Create relationship between two existing nodes in STRUCTR.org

I created my database in "SCHEMA-Editor" from structr.org. I have two nodes "Project" and "ProjectManager" and relationship between these is "MEMBER". I made a cypher query to create the graph like this: MATCH (a:Project),(b:ProjectManager) WHERE…
0
votes
1 answer

Structr - neo4j

I tried to install Structr- Neo4j and after I used these commands: C:\Users\IEUser>cd structr-ui-2.0-SNAPSHOT-201603301445.5616c C:\Users\IEUser\structr-ui-2.0-SNAPSHOT-201603301445.5616c>jar xvf structr-ui-2.0-SNAPSHOT-201603301445.5616c.jar…
0
votes
1 answer

Cannot add table element to page

I follow the Getting Started document on Structr 2.0.1. When trying to add a table element to the page, nothing happens. After several attempts I lose the connection and reloading takes a while (locally on my Mac). Other elements like forms work…
Christian
  • 37
  • 7
0
votes
1 answer

Using ES6 Template Literals in a Javascript script on a STRUCTR page

I am trying to serve a collapsible tree diagram from my STRUCTR 2.01 app to describe a hierarchical section of my graph. I based the page on this example The page correctly serves the nodes but cannot parse the paths. These are defined in the…
comdotdom
  • 35
  • 5