-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fb6e44
commit f2ab394
Showing
64 changed files
with
1,645 additions
and
295 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,101 @@ | ||
{ | ||
"version": "v1.0.0", | ||
"entity": { | ||
"type": "organisation", | ||
"role": "owner", | ||
"type": "organisation", | ||
"role": "owner", | ||
"name": "DiceDB", | ||
"email": "[email protected]", | ||
"phone": "", | ||
"description": "DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware.", | ||
"webpageUrl": { | ||
"url": "https://dicedb.io" | ||
} | ||
}, | ||
"projects": [ | ||
{ | ||
"guid": "dicedb", | ||
"name": "DiceDB", | ||
"email": "[email protected]", | ||
"phone": "", | ||
"description": "DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware.", | ||
"webpageUrl": { | ||
"url": "https://dicedb.io" | ||
"url": "https://dicedb.io" | ||
}, | ||
"repositoryUrl": { | ||
"url": "https://github.com/dicedb/dice" | ||
}, | ||
"licenses": ["BSL"], | ||
"tags": ["database", "high-performance", "key-value-store"] | ||
} | ||
], | ||
"funding": { | ||
"channels": [ | ||
{ | ||
"guid": "other", | ||
"type": "other", | ||
"address": "", | ||
"description": "Yet to setup" | ||
} | ||
}, | ||
"projects": [ | ||
], | ||
"plans": [ | ||
{ | ||
"guid": "perf-test", | ||
"status": "active", | ||
"name": "Load and performance testing", | ||
"description": "This will cover the monthly server hosting costs to run load tests, performance tests, and CI for core database engine.", | ||
"amount": 5000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": ["other"] | ||
}, | ||
{ | ||
"guid": "dicedb", | ||
"name": "DiceDB", | ||
"description": "DiceDB is a redis-compliant, reactive, scalable, highly available, unified cache optimized for modern hardware.", | ||
"webpageUrl": { | ||
"url": "https://dicedb.io" | ||
}, | ||
"repositoryUrl": { | ||
"url": "https://github.com/dicedb/dice" | ||
}, | ||
"licenses": [ | ||
"BSL" | ||
], | ||
"tags": [ | ||
"database", | ||
"high-performance", | ||
"key-value-store" | ||
] | ||
"guid": "developer-time", | ||
"status": "active", | ||
"name": "Developer compensation", | ||
"description": "This will cover the cost of seven senior engineers working part-time on building DiceDB.", | ||
"amount": 70000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": ["other"] | ||
}, | ||
{ | ||
"guid": "commuunity-contributors-and-events", | ||
"status": "active", | ||
"name": "Community swags, events and hackathons", | ||
"description": "This will cover the cost of 160+ OSS contributors by giving them DiceDB swags and keeping their morale high. Some fraction of the funds will also be used to run hackathons and some community events like Database Paper Reading Sessions. We aim to build a thriving community around DiceDB and databases in India.", | ||
"amount": 20000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": ["other"] | ||
}, | ||
{ | ||
"guid": "hosting-playground", | ||
"status": "active", | ||
"name": "Hosting Playground", | ||
"description": "This will cover the monthly server hosting costs to run DiceDB and host Playground making it easier for people to try out DiceDB.", | ||
"amount": 4000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": ["other"] | ||
}, | ||
{ | ||
"guid": "angel-plan", | ||
"status": "active", | ||
"name": "Goodwill plan", | ||
"description": "Pay anything you wish to show your goodwill for the project.", | ||
"amount": 1000, | ||
"currency": "USD", | ||
"frequency": "one-time", | ||
"channels": ["other"] | ||
} | ||
], | ||
"funding": { | ||
"channels": [ | ||
{ | ||
"guid": "other", | ||
"type": "other", | ||
"address": "", | ||
"description": "Yet to setup" | ||
} | ||
], | ||
"plans": [ | ||
{ | ||
"guid": "perf-test", | ||
"status": "active", | ||
"name": "Load and performance testing", | ||
"description": "This will cover the monthly server hosting costs to run load tests, performance tests, and CI for core database engine.", | ||
"amount": 5000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"other" | ||
] | ||
}, | ||
{ | ||
"guid": "developer-time", | ||
"status": "active", | ||
"name": "Developer compensation", | ||
"description": "This will cover the cost of seven senior engineers working part-time on building DiceDB.", | ||
"amount": 70000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"other" | ||
] | ||
}, | ||
{ | ||
"guid": "commuunity-contributors-and-events", | ||
"status": "active", | ||
"name": "Community swags, events and hackathons", | ||
"description": "This will cover the cost of 160+ OSS contributors by giving them DiceDB swags and keeping their morale high. Some fraction of the funds will also be used to run hackathons and some community events like Database Paper Reading Sessions. We aim to build a thriving community around DiceDB and databases in India.", | ||
"amount": 20000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"other" | ||
] | ||
}, | ||
{ | ||
"guid": "hosting-playground", | ||
"status": "active", | ||
"name": "Hosting Playground", | ||
"description": "This will cover the monthly server hosting costs to run DiceDB and host Playground making it easier for people to try out DiceDB.", | ||
"amount": 4000, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"other" | ||
] | ||
}, | ||
{ | ||
"guid": "angel-plan", | ||
"status": "active", | ||
"name": "Goodwill plan", | ||
"description": "Pay anything you wish to show your goodwill for the project.", | ||
"amount": 1000, | ||
"currency": "USD", | ||
"frequency": "one-time", | ||
"channels": [ | ||
"other" | ||
] | ||
} | ||
], | ||
"history": [ | ||
{ | ||
"year": 2024, | ||
"income": 0, | ||
"expenses": 100, | ||
"taxes": 0, | ||
"currency": "USD", | ||
"description": "Infrastrucuture cost" | ||
} | ||
] | ||
], | ||
"history": [ | ||
{ | ||
"year": 2024, | ||
"income": 0, | ||
"expenses": 100, | ||
"taxes": 0, | ||
"currency": "USD", | ||
"description": "Infrastrucuture cost" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
import { Twitter, Github, Linkedin, Globe } from "lucide-astro"; | ||
const { x, github, linkedin, website } = Astro.props; | ||
--- | ||
|
||
<ul class="buttons" style="margin-left: 0 !important;"> | ||
{ | ||
x && ( | ||
<a | ||
class="button is-small" | ||
target="_blank" | ||
href={x} | ||
title="Follow on Twitter (X)" | ||
> | ||
<span class="icon"> | ||
<Twitter /> | ||
</span> | ||
</a> | ||
) | ||
} | ||
{ | ||
github && ( | ||
<a | ||
class="button is-small" | ||
target="_blank" | ||
href={github} | ||
title="Follow on GitHub" | ||
> | ||
<span class="icon"> | ||
<Github /> | ||
</span> | ||
</a> | ||
) | ||
} | ||
{ | ||
linkedin && ( | ||
<a | ||
class="button is-small" | ||
target="_blank" | ||
href={linkedin} | ||
title="Follow on LinkedIn" | ||
> | ||
<span class="icon"> | ||
<Linkedin /> | ||
</span> | ||
</a> | ||
) | ||
} | ||
{ | ||
website && ( | ||
<a | ||
class="button is-small" | ||
target="_blank" | ||
href={website} | ||
title="Visit website" | ||
> | ||
<span class="icon"> | ||
<Globe /> | ||
</span> | ||
</a> | ||
) | ||
} | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.