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.

Project Activity

See All Activity >

Follow Celebrity Horoscopes

Celebrity Horoscopes Web Site

Other Useful Business Software
$300 Free Credits to Build on Google Cloud Icon
$300 Free Credits to Build on Google Cloud

New customers can spin up VMs, build with AI, and query data at no cost.

Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Celebrity Horoscopes!

Additional Project Details

Registered

2015-05-17