-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
84 lines (84 loc) · 3.22 KB
/
funding.json
File metadata and controls
84 lines (84 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Laukik",
"email": "wpredqueen@gmail.com",
"phone": "",
"description": "I'm a developer interested in building a scalable time-series database for cloud and on-premise deployments, with a focus on low-latency and low cost components. I have been working on this project for the past year. I have been looking for funding to support our ongoing development and maintenance costs as well as users to try this on production environments for feedback.",
"webpageUrl": {
"url": "https://github.com/LRagji/grid-scale/blob/main/README.md",
"wellKnown": ""
}
},
"projects": [
{
"guid": "grid-scale",
"name": "Grid Scale Time Series Database",
"description": "This project aims to build a scalable time-series database for cloud and on-premise deployments, with a focus on low-latency and low cost components. The database is designed to handle high-throughput data streams and provide real-time analytics for monitoring and alerting systems. The project is currently in the alpha stage and is looking for funding to support ongoing development and maintenance costs.",
"webpageUrl": {
"url": "https://github.com/LRagji/grid-scale"
},
"repositoryUrl": {
"url": "https://github.com/LRagji/grid-scale/blob/main/README.md",
"wellKnown": ""
},
"licenses": [
"spdx:Apache-2.0"
],
"tags": [
"database",
"timeseries",
"SQLite",
"Time-series"
]
}
],
"funding": {
"channels": [
{
"guid": "anybank",
"type": "bank",
"address": "",
"description": "Will accept direct bank transfers. Please e-mail me for details."
}
],
"plans": [
{
"guid": "cloud-monthly",
"status": "active",
"name": "Hosting support",
"description": "This will cover the monthly cloud costs for the project testing in K8S.",
"amount": 500,
"currency": "USD",
"frequency": "monthly",
"channels": [
"anybank"
]
},
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working part-time on the projects.",
"amount": 1000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"anybank"
]
}
],
"history": [
{
"year": 2024,
"income": 0,
"expenses": 0,
"taxes": 0,
"currency": "USD",
"description": "Started accepting donations for the first time."
}
]
}
}