Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Last active September 16, 2024 13:51
Show Gist options
  • Save rsrini7/984141716a207976104aabe8bb145cac to your computer and use it in GitHub Desktop.
Save rsrini7/984141716a207976104aabe8bb145cac to your computer and use it in GitHub Desktop.
my notes
mongodb
time series
Copped Collection -> fixed and retrieve insertion order, high throughput
Use Custom Collection -> rules for string comp letter case and assent marks
Clustered Collection -> stores ordered by used defined cluster key
https://www.youtube.com/watch?v=Yh8t04NG_K4
https://github.dev/spring-tips/spring-authorization-server/blob/c2d4be16f675b830601ebd8ec827bf48cc411592/resourceserver/src/main/java/com/example/resourceserver/ResourceserverApplication.java
https://www.youtube.com/watch?v=p3aLjH2VPzU
https://www.youtube.com/watch?v=GVsKQ4dp_pQ
https://github.dev/spring-tips/spring-authorization-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment