Skip to content

Commit

Permalink
text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri committed Apr 19, 2024
1 parent 3978d89 commit 5064dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/progress/week-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In a nutshell, my major objectives for this week are to seek an answer to my que
## What have I done?
While BrainyPedia's architecture has not yet been finalized, a complete implementation would not be possible. Therefore, to bootstrap the development later, I decided to implement the generic application skeleton based on FastAPI that can be used in this project and by others. The logging features have been implemented, and I need to resolve a few review comments before merging it into the main branch. The code is available in Sensein GitHub at [https://github.com/sensein/fastapi-skeleton](https://github.com/sensein/fastapi-skeleton).

The second is decentralization. For this first, I looked into existing works, particularly, the [Linked Data Fragments](https://linkeddatafragments.org/software/), which allows web-scale querying of Linked Data. The other thing I have done is test the [distributed hash table](https://en.wikipedia.org/wiki/Distributed_hash_table), a distributed system that provides a lookup service and is used in decentralized systems for node discovery. In particular, I have [Kademlia]((https://kademlia.readthedocs.io/en/latest/index.html)) [2] setting up 2 AWS instances and my own Mac. Other than that, I have also tested an approach based on a message-passing mechanism using [RabbitMQ](https://www.rabbitmq.com/) and graph databases [GraphDB](https://www.ontotext.com/products/graphdb/?ref=menu) and [Blazegraph](https://blazegraph.com/).
The second is decentralization. For this first, I looked into existing works, particularly, the [Linked Data Fragments](https://linkeddatafragments.org/software/), which allows web-scale querying of Linked Data. The other thing I have done is test the [distributed hash table](https://en.wikipedia.org/wiki/Distributed_hash_table), a distributed system that provides a lookup service and is used in decentralized systems for node discovery. In particular, I have experimented with [Kademlia]((https://kademlia.readthedocs.io/en/latest/index.html)) [2] setting up 2 AWS instances and my own Mac. Other than that, I have also tested an approach based on a message-passing mechanism using [RabbitMQ](https://www.rabbitmq.com/) and graph databases [GraphDB](https://www.ontotext.com/products/graphdb/?ref=menu) and [Blazegraph](https://blazegraph.com/).


## What is the result?
Expand Down
3 changes: 1 addition & 2 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,7 @@
"sun",
"top",
"what-have-i-done",
"what-is-the-result",
"while-the-linked-data-fragments-is-interesting-the-question-of-whether-it-can-be-used-or-not-i-have-come-to-the-following-conclusions-based-on-my-analysis-so-far"
"what-is-the-result"
]
}
}

0 comments on commit 5064dae

Please sign in to comment.