Create a Neo4j Graph complete the steps in Neo4j - First Stepsleave your GraphDB instance running Determine the Connection Credentials Enter :server status into the URL Box of Neo4j Desktop Enter :server status into the URL Box of Neo4j Desktop Install Graphileon Download Graphileon from https://graphileon.comInstall GraphileonRun Graphileon Configure Graphileon enter all the connection properties... Continue Reading →
Neo4j – First Steps
Install and Run Neo4j Desktop https://neo4j.com/download/ https://neo4j.com/download/ Download Neo4j Desktop (https://neo4j.com/download/)install the downloaded filerun the Neo4j Desktop app Create your First Project Add a Graph Click Add Graphclick Create a Local GraphName your GraphSet a PasswordClick Create Start your Graph Click Start Launch the Neo4j Browser Click Neo4j Browser Create your first Nodes always work... Continue Reading →
AWS – Create S3 Buckets
Create Empty Storage Buckets Login to Console (aws.amazon.com)Sign in to ConsoleSelect S3Create Bucketsmyurl.comlogs.myurl.com Configure myurl.com Bucket Select S3Select myurl.comProperties -> LoggingEnable loggingTarget Bucket: logs.myurl.comTarget prefix: root/Properties -> Static website hostinguse this bucket to host a websiteindex.htmlerror.html Configure Bucket Policy Select S3Select myurl.comPermissions -> Bucket Policy { "Version": "2012-10-17", "Statement": [ { "Sid": "Allow Public Access... Continue Reading →
A Simple Decision Table in Drools 6.0
This post shows how to create a simple decision tool in Drools 6.0. Create a new Simple Maven Project Create a new Maven Project and check the Simple Project box. Set the Group Id and Artifact Id as follows: Group Id: com.skills421.examples.drools Artifact Id: DecisionTable Edit the pom.xml pom.xml
JMS – A bit more detail
I do not want to go into a lot of detail here, because the JMS Documentation is very good. This post is more an abridged description, with working code. Install ActiveMQ First install ActiveMQ as per my previous post. Start ActiveMQ as per the instructions in the previous Open the web browser and view the queues.... Continue Reading →