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
Full-stack observability with actually useful AI | Grafana Cloud
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.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Celebrity Horoscopes!