Delete funding.json

This commit is contained in:
Mohd Kaif
2025-11-19 11:24:28 +05:30
committed by GitHub
parent 3fd56ffcdd
commit 3afa2a8b7d
-98
View File
@@ -1,98 +0,0 @@
{
"$schema": "https://fundingjson.org/schema.json",
"name": "Semantica",
"description": "Open Source Framework for Semantic Intelligence & Knowledge Engineering. Transform chaotic data into intelligent knowledge through comprehensive semantic layer infrastructure.",
"url": "https://github.com/Hawksight-AI/semantica",
"logo": "https://raw.githubusercontent.com/Hawksight-AI/semantica/main/semantica_logo.png",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Hawksight-AI/semantica.git"
},
"funding": [
{
"type": "floss-fund",
"url": "https://floss.fund",
"amount": {
"value": 100000,
"currency": "USD",
"period": "yearly"
},
"description": "Support for 12 months of full-time development, expanded team, infrastructure scaling, comprehensive contributor programs, and community engagement to bring Semantica to production maturity and establish sustainable open-source ecosystem."
}
],
"impact": {
"description": "Semantica bridges the critical gap between raw unstructured data and AI-ready knowledge systems. It enables developers to build context-aware AI applications (GraphRAG, AI Agents, Multi-Agent Systems) with structured semantic knowledge, supporting trustworthy AI through open standards (RDF, OWL, SPARQL).",
"users": [
"AI/ML Engineers building RAG systems and AI agents",
"Data Engineers integrating semantic layers into data pipelines",
"Researchers working on knowledge engineering and semantic web",
"Enterprise teams building internal knowledge graphs",
"Open-source contributors to semantic technologies"
],
"use_cases": [
"Enterprise knowledge graph construction from diverse data sources",
"GraphRAG systems with enhanced accuracy over vector-only approaches",
"Automatic ontology generation from unstructured content",
"AI agents with persistent memory and graph-based reasoning",
"Multi-source data integration with conflict resolution"
]
},
"goals": [
"Complete multi-language extraction support",
"Implement real-time streaming knowledge graph updates",
"Add multi-modal processing capabilities",
"Develop distributed processing architecture for enterprise scale",
"Create automated quality assurance framework",
"Build integrations with LangChain, Haystack, Neo4j, and Stardog",
"Expand contributor base through mentorship and workshops",
"Improve documentation and create comprehensive tutorials"
],
"budget": {
"total": 100000,
"currency": "USD",
"period": "yearly",
"breakdown": {
"human_labor": {
"amount": 50000,
"description": "Lead developer (full-time) and contributor support for documentation, testing, and module development. Includes multiple developers and extended contributor programs."
},
"infrastructure": {
"amount": 26000,
"description": "Database hosting, cloud CI/CD, GPU compute, developer tools, storage, monitoring, and scaling infrastructure for enterprise deployments"
},
"community": {
"amount": 10000,
"description": "Conferences, workshops, community engagement, contributor onboarding, and educational initiatives"
},
"research": {
"amount": 6000,
"description": "Datasets, evaluation environments, benchmarks, multi-modal research, and academic collaborations"
},
"operational": {
"amount": 4000,
"description": "Accounting, compliance, domains, hosting, administrative services, and legal support"
},
"contingency": {
"amount": 4000,
"description": "Reserved for unforeseen technical or community needs, emergency infrastructure scaling, and unexpected opportunities"
}
}
},
"sustainability": {
"current_status": "Fully bootstrapped open-source project with no past or current funding sources. Solo developer who left full-time position to focus on Semantica.",
"long_term_plan": "Build sustainable open-source community, establish partnerships with AI/ML organizations, and create enterprise support tier for long-term sustainability."
},
"open_source": {
"license": "MIT",
"repository": "https://github.com/Hawksight-AI/semantica",
"documentation": "https://semantica.readthedocs.io/",
"contributing": true,
"code_of_conduct": true
},
"contact": {
"email": "contributors@semantica.dev",
"github": "https://github.com/Hawksight-AI/semantica"
}
}