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
Full-stack observability with actually useful AI | Grafana Cloud Icon
Full-stack observability with actually useful AI | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
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