There are 2 tables: one with celebrity name/date. Another with date/planetary positions. join these two tables to get vedic planetary positions for celebs(38,000+ celebrities as on project creation date)
tables:
"punch" (short form for punchang) - contains planetary position for all days between 1800 to 1990.
"celebs" : name, dob, celebrity description.
usage:
>"sqlite3 celebhoro.db"
> select * from celebs,punch where celebs.date=punch.date and name like '%Statham%';
sqlite> .schema punch
sqlite> .schema celebs
sqlite>select * from punch where date='1896-10-2';
NOTE: '1896-10-02' will not work. leading zero needs to be removed.
planets order: jupiter,sun,moon,mars,mercury,venus,saturn,rahu.
Follow Celebrity Horoscopes
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Celebrity Horoscopes!