This file contains hidden or 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
@startuml | |
class StreamRun { | |
+Char[40] name | |
+Boolean active | |
+Integer retry_count | |
+Selection state | |
+Datetime start_date | |
+Datetime end_date | |
+Selection mode | |
+Integer total_record_count |
This file contains hidden or 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
#/bin/bash | |
set -e | |
if [[ -e /bin/pip ]]; then | |
exit 0 | |
fi | |
PYPY_VERSION=5.9.0 |
This file contains hidden or 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
#!/bin/sh | |
# | |
# description | |
# | |
# chkconfig: 3 95 4 | |
# description: description | |
### BEGIN INIT INFO | |
# Provides: | |
# Required-Start: |