Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(README): we don't use mongodb anymore #567

Merged
merged 1 commit into from
Jun 20, 2024
Merged

doc(README): we don't use mongodb anymore #567

merged 1 commit into from
Jun 20, 2024

Conversation

Psycojoker
Copy link
Collaborator

There are still a lot of other MongoDB references still present that we probably want to get ride off but they are in the documentation and I think this need a whole rewrite?

❯ rg -i mongo
CHANGELOG.rst
135:- Decommissioned the support for RocksDB. The only supported storage engine is now MongoDB.

deployment/samples/docker-monitoring/sample-config.yml
20:mongodb:
21:  uri: "mongodb://mongodb:27017"

docs/figures/architecture-stack.pdf
679:(MongoDB) Tj

docs/figures/PyAleph architecture.graphml
487:						<y:Label.Text>MongoDB</y:Label.Text>

docs/guides/install.rst
132:Download the Docker Compose file that defines how to run PyAleph, MongoDB and IPFS together.
176:    * - nfuser_mongodb_1
177:      - docker-entrypoint.sh mongo ...
212:Check PyAleph data via MongoDB
215:MongoDB message counts
219:    docker exec -ti --user mongodb debian_mongodb_1 bash
220:    $ mongo

tests/api/test_list_messages.py
29:    like MongoDB object IDs.

src/aleph/db/accessors/chains.py
112:    #       replace it with the range/multirange operations of PostgreSQL 14+ once the MongoDB

deployment/docker-build/README.md
25:To run the local dev environment, you will need to set the P2P daemon, IPFS and MongoDB hosts to `127.0.0.1`.
44:This will instantiate the services for MongoDB, IPFS and the P2P daemon.

@Psycojoker Psycojoker requested a review from hoh June 7, 2024 01:25
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.65%. Comparing base (a65131f) to head (efce171).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #567      +/-   ##
==========================================
+ Coverage   94.63%   94.65%   +0.01%     
==========================================
  Files          89       89              
  Lines        4749     4748       -1     
  Branches      650      650              
==========================================
  Hits         4494     4494              
+ Misses        233      232       -1     
  Partials       22       22              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hoh hoh merged commit f037c73 into main Jun 20, 2024
6 checks passed
@Psycojoker Psycojoker deleted the mongodb-reference branch July 24, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants