-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from keboola/deps-update
development update and refinements
- Loading branch information
Showing
97 changed files
with
3,336 additions
and
5,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
/.nrepl-history | ||
/.nrepl-port | ||
/src/keboola/facebook/api/sandbox.clj | ||
/.fbtokens-env | ||
*tern-port |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
FROM openjdk:8 | ||
FROM clojure:boot-2.7.2-alpine | ||
MAINTAINER <tomas.kacur@keboola.com> | ||
|
||
# download&install boot | ||
RUN wget -O /usr/bin/boot https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh \ | ||
&& chmod +x /usr/bin/boot | ||
# ENV BOOT_JVM_OPTIONS=-Xmx256m | ||
ENV BOOT_CLOJURE_VERSION=1.9.0-beta1 | ||
|
||
# Setup ENV | ||
ENV JAVA_HOME /opt/java | ||
ENV BOOT_HOME /.boot | ||
ENV BOOT_AS_ROOT yes | ||
ENV BOOT_LOCAL_REPO /m2 | ||
ENV BOOT_JVM_OPTIONS=-Xmx256m | ||
ENV BOOT_CLOJURE_VERSION=1.9.0-alpha14 | ||
ENV BOOT_VERSION=2.7.2 | ||
|
||
# download & install deps, cache REPL and web deps | ||
RUN boot repl -e '(System/exit 0)' && rm -rf target | ||
ADD . /code | ||
WORKDIR /code | ||
RUN boot build-insights | ||
RUN boot build | ||
EXPOSE 1111 | ||
ENTRYPOINT ["java", "-jar", "-Xmx1g","targetinsights/exinsights-0.0.1.jar", "-d" , "/data/"] | ||
ENTRYPOINT ["java", "-jar", "-Xmx1g","target/ex-fb-graph-api-1.0.jar", "-d" , "/data/"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 12 additions & 9 deletions
21
...oola/facebook/insights_extractor/core.clj → src/keboola/facebook/extractor/core.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...la/facebook/insights_extractor/output.clj → src/keboola/facebook/extractor/output.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ola/facebook/insights_extractor/query.clj → src/keboola/facebook/extractor/query.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ebook/insights_extractor/sync_actions.clj → ...boola/facebook/extractor/sync_actions.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.