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 in Free Credit Towards Top Cloud Services Icon
$300 in Free Credit Towards Top Cloud Services

Build VMs, containers, AI, databases, storage—all in one place.

Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Get Started
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