Skip to content

Commit

Permalink
ongoing work on #34 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 15, 2018
1 parent 1fd2410 commit fe61a36
Show file tree
Hide file tree
Showing 93 changed files with 1,884 additions and 1,463 deletions.
32 changes: 29 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Kostenpflichtige Upgrades mit extremer Skalierung sind durch Sponsoring zeitnah
Werfen Sie dazu bitte auch einen Blick auf: [Needing Help Items on Github (Labels)]


## Module

## Neo4J

### Download
Expand Down Expand Up @@ -194,12 +196,36 @@ Except where otherwise noted, Documentation of this work is licensed under [Crea
[heroku]:https://heroku.com
[holohoax_StGB130 github page]:https://phasenraum2010.github.io/holohoax_StGB130/


## Bookmarks
## My Bookmarks

### Neo4J

* https://github.com/neo4j/neo4j
* https://github.com/neo4j/neo4j-java-driver
* https://github.com/neo4j/neo4j-documentation
* https://github.com/neo4j/neo4j-ogm
* https://github.com/neo4j/neo4j-ogm

### Heroku
* https://devcenter.heroku.com/articles/buildpack-builds-heroku-yml

#### Heroku Java
* https://devcenter.heroku.com/categories/java-support
* https://devcenter.heroku.com/categories/java-advanced-topics
* https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-java

#### Heroku Databases
* Heroku Redis: https://devcenter.heroku.com/articles/heroku-redis
* Apache Kafka on Heroku: https://devcenter.heroku.com/categories/kafka

#### Heroku add-ons
* https://devcenter.heroku.com/articles/managing-add-ons

### Apache Kafka
* Spring for Apache Kafka: https://docs.spring.io/spring-kafka/reference/htmlsingle
* Intro to Apache Kafka with Spring: http://www.baeldung.com/spring-kafka
* Apache Kafka: https://kafka.apache.org/
* Kafka as a Messaging System
* Kafka as a Storage System
* Kafka for Stream Processing
* Apache Zookeeper: https://zookeeper.apache.org/
* Apache Zookeeper Wiki: https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index
7 changes: 0 additions & 7 deletions build.sh

This file was deleted.

34 changes: 0 additions & 34 deletions conf.sh

This file was deleted.

6 changes: 6 additions & 0 deletions defcon-cloudfoundry/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
applications:
- name: defcon-cloudfoundry
memory: 1G
random-route: true
path: target/defcon-cloudfoundry-0.0.1-SNAPSHOT.jar
25 changes: 25 additions & 0 deletions defcon-cloudfoundry/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>defcon-parent</artifactId>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../defcon-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>defcon-cloudfoundry</artifactId>
<packaging>jar</packaging>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
5 changes: 5 additions & 0 deletions defcon-heroku-jpa/heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
setup:
addons:
build:
languages:
- java
Loading

0 comments on commit fe61a36

Please sign in to comment.