https://github.com/zurvan-lab/timetrace
In memory event or log, storage and stream platform
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.9%) to scientific vocabulary
Keywords
database
event
go
golang
inmemory
key-value
logging
storage
streaming
time-series
timetrace
zurvan
Last synced: 6 months ago
·
JSON representation
Repository
In memory event or log, storage and stream platform
Basic Info
Statistics
- Stars: 27
- Watchers: 6
- Forks: 9
- Open Issues: 0
- Releases: 1
Archived
Topics
database
event
go
golang
inmemory
key-value
logging
storage
streaming
time-series
timetrace
zurvan
Created over 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Codeowners
README.md
TimeTrace
Time-trace is a software which allow you to store and stream your service logs, events and ..., in real-time. When you are using time-trace you are using a completely new data structure and model which is strongly mixed with time.
DOCs
Owner
- Name: Zurvan Lab
- Login: zurvan-lab
- Kind: organization
- Location: Switzerland
- Repositories: 1
- Profile: https://github.com/zurvan-lab
Zurvan database and protocol
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kay | k****a@g****m | 51 |
| Zig Blathazar | 4****r | 6 |
| MostPow3rful+{{7*7}} | 9****l | 3 |
| zigBalthazar | z****r@g****m | 2 |
| Tushar Bansal | 5****4 | 2 |
| Debarghya Maitra | d****4@g****m | 1 |
| Mohammadi, Erfan | 1****h | 1 |
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 46
- Total pull requests: 69
- Average time to close issues: 29 days
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 6
- Average comments per issue: 0.91
- Average comments per pull request: 0.09
- Merged pull requests: 66
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 27
- Pull requests: 52
- Average time to close issues: 18 days
- Average time to close pull requests: 2 days
- Issue authors: 2
- Pull request authors: 5
- Average comments per issue: 1.26
- Average comments per pull request: 0.12
- Merged pull requests: 50
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kehiy (42)
- eznix86 (4)
- 0keeper1 (1)
Pull Request Authors
- kehiy (64)
- ZigBalthazar (5)
- MostPow3rful (3)
- bansaltushar014 (2)
- The-Debarghya (1)
- ErfanTech (1)
Top Labels
Issue Labels
core (17)
enhancement (12)
good first issue (8)
help wanted (7)
network (7)
config (6)
need more discussion (6)
CI/CD (6)
linting (6)
TQL (Time Query language) (5)
documentation (4)
test (3)
security (2)
docker (2)
bug (1)
duplicate (1)
wontfix (1)
Github pages (1)
Pull Request Labels
enhancement (16)
core (12)
TQL (Time Query language) (10)
documentation (8)
config (7)
test (6)
network (5)
CI/CD (4)
linting (4)
security (4)
good first issue (3)
bug (2)
Breaking Changes (2)
docker (1)
Dependencies
.github/workflows/linting.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
.github/workflows/semantic-pr.yml
actions
- amannn/action-semantic-pull-request v5 composite
.github/workflows/testing.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/pmezard/go-difflib v1.0.0
- github.com/rs/zerolog v1.30.0
- github.com/stretchr/testify v1.8.4
- golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/coreos/go-systemd/v22 v22.5.0
- github.com/davecgh/go-spew v1.1.1
- github.com/godbus/dbus/v5 v5.0.4
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rs/xid v1.5.0
- github.com/rs/zerolog v1.30.0
- github.com/stretchr/testify v1.8.4
- golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1