-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
funding.json
70 lines (69 loc) · 2.37 KB
/
funding.json
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
{
"name": "DB2Rest",
"description": "An open-source, no-code REST data API layer for databases, enabling ultra-fast, secure, and scalable data access.",
"url": "https://db2rest.com",
"repository": "https://github.com/9tigerio/db2rest",
"issues": "https://github.com/9tigerio/db2rest/issues",
"features": {
"main": [
"Eliminates the need for boilerplate database access code",
"No ORM overhead for performance efficiency",
"Supports multiple databases and cloud platforms",
"Secure with authentication and role-based access control",
"Advanced features like query batching and database caching",
"Legacy modernization - instantly and securely expose databases to other systems",
"Simplify integration - elimiate file extracts, FTP based integrations with modern API based data share",
"Makes it super easy to support GenAI/LLM function calling"
],
"unique": [
"Leverages Java 21 virtual threads for high scalability",
"No coding required",
"No SQL expertise required",
"Multi-tenancy built-in",
"Easy support for Database Agent AI"
]
},
"funding_goals": [
{
"name": "Documentation and Tutorials",
"description": "Enhance documentation and provide more learning resources for onboarding users. Invest in articles, videos to make developer experience easy.",
"amount": 2500,
"currency": "USD"
},
{
"name": "Feature Enhancements",
"description": "Develop new features such as sharding, federated, query and data security. Will require to spend on cloud resources.",
"amount": 20000,
"currency": "USD"
},
{
"name": "Community Support",
"description": "Provide dedicated support for the open-source community via Slack and Discord.",
"amount": 2500,
"currency": "USD"
}
],
"maintainers": [
{
"name": "Dhrubo",
"email": "[email protected]",
"role": "Primary Maintainer"
},
{
"name": "Thad",
"email": "[email protected]",
"role": "Primary Maintainer"
}
],
"licensing": "Apache 2.0",
"backing_methods": [
{
"method": "GitHub Sponsors",
"url": "https://github.com/sponsors/9tigerio"
},
{
"method": "PayPal",
"url": "https://www.paypal.me/db2rest"
}
]
}