-
Notifications
You must be signed in to change notification settings - Fork 176
Add OscarDB to experimental #5137
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
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
50d0995
Add basic db test
aaruni96 8cd67df
FIrst attempt at making a connection to Oscar DB for data/Surfaces
aaruni96 6124d4a
fix Project toml
antonydellavecchia 5ad9436
add file for collection serializations
antonydellavecchia f4a384f
add matrix groups serialization
antonydellavecchia 0587af0
serialization for leech pairs
antonydellavecchia 0b23f56
Matrix group serialization
antonydellavecchia 6060e62
adds MatrixGroupElem + test
antonydellavecchia dec698e
progress on leech
antonydellavecchia 3baab15
fix function signatures
antonydellavecchia 03c678e
Apply suggestions from code review
antonydellavecchia 10800f8
remove redundant line
antonydellavecchia 23e4ee4
store with desc attr
antonydellavecchia 062d15f
Merge remote-tracking branch 'origin/adv/matrix-groups-serialization'…
antonydellavecchia 07a8943
tests passing
antonydellavecchia 45fe64c
revert leech pair add Transitivesimplicialcomplex
antonydellavecchia d6a83d3
Merge remote-tracking branch 'origin/adv/matrix-groups-serialization'…
antonydellavecchia d34bde8
need to work out dev solution
antonydellavecchia 3a46035
loading leechs from db working on oscar-dev
antonydellavecchia 2cfbf50
indent + fix Project toml
antonydellavecchia 9eeb37e
moved OscarDB to experimental
antonydellavecchia 1a6f124
renaming
antonydellavecchia 1ced566
split the collections into their own files
antonydellavecchia f329e50
updates for transitive simplicialcomplex
antonydellavecchia 5832e1f
add mongodb block to yml
antonydellavecchia db3c614
fix URI
antonydellavecchia 62ddcdf
Merge remote-tracking branch 'origin/master' into adv+ak/leech-pair-c…
antonydellavecchia 96f5ad6
Merge remote-tracking branch 'origin/master' into adv+ak/leech-pair-c…
antonydellavecchia 39977f4
removed fault test file
antonydellavecchia bcbf2ab
load surfaces from local data folder (still)
antonydellavecchia a07f621
started docs
antonydellavecchia 831404d
fix check-docstrings
antonydellavecchia f5d2438
fix for deploy docs
antonydellavecchia aff8a5d
add documentation, rename some functions and simplify the printing (#…
StevellM b423fd9
edits from review
antonydellavecchia cee9003
remove example from polydb
antonydellavecchia 8a15dc4
Update experimental/OscarDB/src/LeechPairs.jl
antonydellavecchia a762fb4
typo
antonydellavecchia a49e0d2
Merge remote-tracking branch 'origin/adv+ak/leech-pair-collection' in…
antonydellavecchia d288328
fix refs
antonydellavecchia 0f98a83
add new tests subset
antonydellavecchia c8c43d3
Merge branch 'master' into adv+ak/leech-pair-collection
antonydellavecchia 8ac35b6
remove URIs dependency + fix typos
antonydellavecchia fee6504
fix test to only use simplical complexes
antonydellavecchia dc33f80
dump only contains complexes of dim 3
antonydellavecchia ff9cded
remove stale dependencies
antonydellavecchia 7f0feaf
OSCAR DB: doc edits
micjoswig d8e423c
fix link
antonydellavecchia d366bb1
OSCAR DB: collection of vertex transitive simplicial complexes
micjoswig fa5a6dc
Merge branch 'adv+ak/leech-pair-collection' of github.com:oscar-syste…
micjoswig b16765c
OSCAR DB: doc edit
micjoswig 0da9432
OSCAR DB: doc edit
micjoswig 44bd477
adds some docs for length + example
antonydellavecchia 6e83ef1
adjust comment about things to do
antonydellavecchia 41b641d
OSCAR DB: doc edit
micjoswig f8b0a22
updates to docs
antonydellavecchia 8f25558
fix typo
antonydellavecchia 726ddc7
fix length docs
antonydellavecchia 8b5f427
remove T from length function
antonydellavecchia 55492f0
add docs for LeechPairs
132c310
Merge pull request #5408 from StevellM/sm/contribute-oscar-db
StevellM b8693f8
Oscar DB: doc edits
micjoswig f75542d
Oscar DB: doc edits
micjoswig 52257bf
Apply suggestions from code review
antonydellavecchia c9ef21c
suggestions from code review
antonydellavecchia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.github/oscardb_dump/oscar/TransitiveSimplicialComplexes.metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"}],"uuid":"65282c16f2af431aaf80186178a83b40","collectionName":"TransitiveSimplicialComplexes","type":"collection"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"ServerVersion":"8.0.11","ToolVersion":"100.12.2"} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [ | ||
| "OscarDB" => [ | ||
| "introduction.md" | ||
| ], | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| ```@meta | ||
| CurrentModule = Oscar | ||
| CollapsedDocStrings = true | ||
| DocTestSetup = Oscar.doctestsetup() | ||
| ``` | ||
|
|
||
| # OscarDB | ||
|
|
||
| This module provides a general database framework which, conceptually, works for all OSCAR types. | ||
|
|
||
| There are two main ingredients: | ||
| - the database backend is [MongoDB](https://www.mongodb.com); | ||
| - communication with the database relies on OSCAR's serialization, via the mrdi file format [D-VJL24*1](@cite). | ||
|
|
||
| The overall design is inspired by polymake's [PolyDB](https://polydb.org/). | ||
|
|
||
| ## Collections | ||
|
|
||
| The database is organized into collections. | ||
| Within each collection the datasets are uniform. | ||
|
|
||
| ### Vertex-transitive combinatorial manifolds [TransitiveSimplicialComplexes] | ||
| The OSCAR DB provides access to [Frank Lutz' collection of vertex transitive triangulations](https://www3.math.tu-berlin.de/IfM/Nachrufe/Frank_Lutz/stellar/vertex-transitive-triangulations.html). | ||
| It comprises all vertex-transitive combinatorial manifolds with up to 15 vertices in dimensions $d=2,3,9,10,11,12$. | ||
| In the remaining dimensions below 12, the enumeration is complete up to 13 vertices. | ||
|
|
||
| See also [Lut08](@cite). | ||
|
|
||
| ### Leech pairs [LeechPairs] | ||
| The OSCAR DB provides access to the [fixed-point sublattices of the Leech lattice](http://monstrous-moonshine.de/~gerald/), | ||
| computed by Gerald Höhn and Geoffrey Mason. | ||
| Each entry of the collection is a pair consisting of a copy of the Leech lattice | ||
| and of the largest subgroup of the Conway group fixing pointwise the associated | ||
| fixed-point sublattice. | ||
|
|
||
| See also [HM16](@cite), Table 1, and [the supplementary non-published tables](https://arxiv.org/src/1505.06420v3/anc). | ||
|
|
||
| ## Status | ||
|
|
||
| This part of OSCAR is in an experimental state; please see [Adding new projects to experimental](@ref) for what this means. | ||
|
|
||
| ## Contact | ||
|
|
||
| Please direct questions about this part of OSCAR to the following people: | ||
| * [Antony Della Vecchia](https://antonydellavecchia.github.io/) | ||
| * Benjamin Lorenz | ||
|
|
||
| You can ask questions in the [OSCAR Slack](https://www.oscar-system.org/community/#slack). | ||
|
|
||
| Alternatively, you can [raise an issue on github](https://www.oscar-system.org/community/#how-to-report-issues). | ||
|
|
||
| ```@meta | ||
| CurrentModule = Oscar.OscarDB | ||
| ``` | ||
|
|
||
| ```@docs | ||
| get_db | ||
| find_one | ||
| find | ||
| length(c::Collection, d::Dict=Dict()) | ||
| getindex(db::Database, name::AbstractString) | ||
| get_collection_names | ||
| ``` | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.