Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
atdb-ldv
Commits
2bf1553c
Commit
2bf1553c
authored
4 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev-nico' into 'master'
updating documentation See merge request
!4
parents
f65ecd2c
052ed683
No related branches found
No related tags found
3 merge requests
!39
Dev nico
,
!5
Master
,
!4
updating documentation
Pipeline
#9057
passed
4 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+26
-18
26 additions, 18 deletions
README.md
atdb/taskdatabase/templates/taskdatabase/index.html
+1
-1
1 addition, 1 deletion
atdb/taskdatabase/templates/taskdatabase/index.html
with
27 additions
and
19 deletions
README.md
+
26
−
18
View file @
2bf1553c
# ATDB-LDV
## Apertif Task Database for LOFAR Data Valorization
### Test Environment on sdc.astron.nl:
main GUI:
*
https://sdc.astron.nl:5554/atdb/
admin interface:
*
https://sdc.astron.nl:5554/atdb/admin/
REST API
*
workflows: http://localhost:8000/atdb/workflows/
*
tasks: http://localhost:8000/atdb/tasks/
ATDB-LDV is the Django backend application for LDV.
It's main purpose is to hold the state of all the tasks that are in progress for LDV.
ATDB does not control the flow itself, that is handled by a cloud of micro services.
Communication is done through the REST API.
## Micro Services (in separate repo)
*
https://git.astron.nl/astron-sdc/ldv-services
##
#
Confluence
Confluence Page:
##
Project Documentation (
Confluence
)
###
Confluence Page:
*
https://support.astron.nl/confluence/display/LDV/LOFAR+Data+Valorization+Home
Specifications:
###
Specifications:
These diagrams roughly serves as the specifications for adapting ATDB for LDV.
*
workflow: https://support.astron.nl/confluence/display/LDV/WORKFLOW
*
datamodel: https://dbdiagram.io/d/5ffc5fb180d742080a35d560
...
...
@@ -37,6 +28,23 @@ These diagrams roughly serves as the specifications for adapting ATDB for LDV.
*
https://drive.google.com/file/d/1BCrIwUfacOVqSN73VIIjUuBCXNYA67iK/view?usp=sharing

### Test Environment on sdc-dev.astron.nl:
### main GUI:
*
https://sdc.astron.nl:5554/atdb/
### admin interface:
*
https://sdc.astron.nl:5554/atdb/admin/
### REST API
serializers:
*
workflows: http://sdc.astron.nl:5554/atdb/workflows/
*
tasks: http://sdc.astron.nl:5554/atdb/tasks/
get_size:
*
https://sdc.astron.nl:5554/atdb/tasks/get_size
*
https://sdc.astron.nl:5554/atdb/tasks/get_size?status__in=staged,processing,processed,validating,validated,ingesting,removing,removed
### Deployment Diagram:
*
https://drive.google.com/file/d/1_j9Fp505pZTxcmzAEdgftdPkoIFrKfAX/view?usp=sharing
...
...
@@ -44,7 +52,7 @@ These diagrams roughly serves as the specifications for adapting ATDB for LDV.

## CI/CD (semi) automatic deploy in Docker
For the
`master
'
branch there is a CI/CD pipeline in place which builds and deploys the backend at https://sdc.astron.nl:5554/atdb/
For the
`master
`
branch there is a CI/CD pipeline in place which builds and deploys the backend at https://sdc.astron.nl:5554/atdb/
The deploy step requires pushing the 'play' button in the gitlab pipelines section.
This is done to not have a mandatory deploy for every minor commmit.
...
...
This diff is collapsed.
Click to expand it.
atdb/taskdatabase/templates/taskdatabase/index.html
+
1
−
1
View file @
2bf1553c
...
...
@@ -44,7 +44,7 @@
</div>
{% include 'taskdatabase/pagination.html' %}
</div>
<p
class=
"footer"
>
Version 1.0.0 (
5
feb 2021 -
15
:00)
<p
class=
"footer"
>
Version 1.0.0 (
8
feb 2021 -
08
:00)
<script
type=
"text/javascript"
>
(
function
(
seconds
)
{
var
refresh
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment