Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven-Ove Hänsel
ma_code
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ba4d9f723192de804a59584953914acad1aaac29
Select Git revision
Selected
ba4d9f723192de804a59584953914acad1aaac29
Branches
7
main
default
protected
dev_ma
idacs_experiments
memgraph_fabian
postgres_idacs
postgres_julian
test_results
Tags
2
FZ_changed_code
FZ_Memgraph
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Oct
22
14
13
20
Sep
17
14
13
12
11
9
8
7
6
5
4
3
2
19
Aug
17
16
15
5
18
Mar
17
16
15
14
13
5
3
2
1
29
Feb
28
27
26
24
23
22
21
20
19
15
14
13
12
11
9
8
6
5
4
31
Jan
30
29
25
24
23
18
17
6
Sep
Changed passwords to use docker secrets to practice best practices
Configured grafana dashboard provisioning in compose file
Experiments with constraints, further streamlined environment variable use and made the variables explicit again, so they are easier to understand.
experiment with constraints
minor code changes, experiments
some more code simplifications and removal of useless code
reverted to mounting config files. removed some outdated readme files, further simplified the project structure.
removed various superfluous code, fixed queries bug, experimented with postgres config, added better insert performance measurement
defaulted to using the root logger, since hierachical logging is not needed. added level limit to descendant query. formatting changes.
updated queries to use prepared statements and use more convenient result parsing.
changed postgres write ahead log settings, started experimenting with queries
new schema to store node details directly as json. moved drop statements to separate file
Revert "tried out batching without procedures"
tried out batching without procedures
reverted to psycopg2
pulled all insertion logic into stored procedures, fixed bugs in db schema.
prettied up the debug logging
re-added health check, removed more unneeded comments, added debug logging
removed health check to speed up service start (it works anyway, get better health check?), improved structure of publisher, fixed schema ordering
added main guard for publisher, changed procedures to match table names, changed schema to use text instead of varchar and enums for node and edge types
fixed a bug with subscriber batching (it didn't work)
collected and simplified environment vars, implemented batching for subscriber
re-added files for query docker image that were mistakenly deleted
converted subscriber to class, started work on batch processing
fixed gitignore again
fixed gitignore
reorganized project, changed volumes to no longer be in project directory
added typing, moved node types into main file
improved json normalization
alternative publisher method
implemented batching in publisher
added files to pub and sub images and removed the volumes. Implemented dynamic time calculation for publishing speed.
tried stored procedures for inserts, removed duplicate shemas
extracted Node types to separate file
removed untracked file
used psycopg2 sql parameter passing
index angepasst, id typ geändert
added traceback to log
unnötige teile entfernt
Update README.md mit eventueller Prometheus lösung
Loading