Significant updates made to the Parashar21 software. Now we are in a position to spot and retrieve charts with specific patterns including some known Yogs. See the Github repository for more information.
Saturday, September 24, 2022
Saturday, January 22, 2022
Migration to MongoDB
The Parashar21 system has now been migrated to MongoDB and the results are very interesting. We are now able to store horoscope charts as JSON objects in a MongoDB database and these objects can be accessed by values in the various fields.
For example, a query like this :
{"$and": [{"exaltG.Ju":
{"$eq": true}}, {"GAspectedBy2.La": {"$in":
["Sa"]}}, {"GConjunctsG2.Su": {"$in":
["Me"]}}, {"GrahaBhava.Mo": {"$eq": 1}},
{"LordBhav.4": {"$eq": 5}}]}
which means retrieve charts that have
- Exalted Graha Jupiter and
- Lagna aspected by Saturn and
- Sun conjunct Mercury and
- Moon in 1st Bhav and
- Lord of 4th Bhav is in 5th Bhav
will retrieve the following TWO charts
A manual check will reveal that these charts do indeed meet the five conditions specified!
The programs for casting, storing and retrieving these charts are available in Github . A detailed paper explaining the logic behind is available at ResearchGate
Saturday, January 8, 2022
New Year, New Resolutions
Parashar21 has come out of dormancy again with two new initiatives.
- First, we are migrating to a MongoDB platform so that we can search for charts with greater elegance
- Second, we are migrating all our codes to Github so that it is easy for people to use.
Jai Parashar
Subscribe to:
Posts (Atom)