If you have a project in mind that you think would be relevant to our expertise, please contact us to discuss it.
diff --git a/src/components/fundable/projectsDetails.ts b/src/components/fundable/projectsDetails.ts index 30f76885..cf5e289f 100644 --- a/src/components/fundable/projectsDetails.ts +++ b/src/components/fundable/projectsDetails.ts @@ -4,6 +4,7 @@ import JupyterGISToolsForPythonAPIMD from "@site/src/components/fundable/descrip import EmscriptenForgePackageRequestsMD from "@site/src/components/fundable/descriptions/EmscriptenForgePackageRequests.md" import SVE2SupportInXsimdMD from "@site/src/components/fundable/descriptions/SVE2SupportInXsimd.md" import MatrixOperationsInXtensor from "@site/src/components/fundable/descriptions/MatrixOperationsInXtensor.md" +import BinaryViewInArrowCpp from "@site/src/components/fundable/descriptions/BinaryViewInArrowCpp.md" export const fundableProjectsDetails = { jupyterEcosystem: [ @@ -84,6 +85,22 @@ export const fundableProjectsDetails = { currentFundingPercentage: 0, repoLink: "https://github.com/xtensor-stack/xtensor" } + ], + + apacheArrow: [ + { + category: "Apache Arrow and Parquet", + title: "Complete BinaryView / StringView support in Arrow C++", + pageName: "BinaryViewInApacheArrow", + shortDescription: "BinaryView is a more recent and more efficient alternative to Arrow's standard Binary type. It allows for inlined storage of short strings and fast prefix comparison.", + description: BinaryViewInArrowCpp, + price: "TBD", + maxNbOfFunders: 4, + currentNbOfFunders: 0, + currentFundingPercentage: 0, + repoLink: "https://github.com/apache/arrow" + } ] + } diff --git a/src/pages/fundable/BinaryViewInApacheArrow/GetAQuote.tsx b/src/pages/fundable/BinaryViewInApacheArrow/GetAQuote.tsx new file mode 100644 index 00000000..a945b598 --- /dev/null +++ b/src/pages/fundable/BinaryViewInApacheArrow/GetAQuote.tsx @@ -0,0 +1,9 @@ +import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; +import GetAQuotePage from '@site/src/components/fundable/GetAQuotePage'; + +export default function FundablePage() { + const { siteConfig } = useDocusaurusContext(); + return ( +