2
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 13 years ago by [email protected] (Greg Taylor)
You'll want to avoid django-eve-api like the plague for now, as it is out of date and woefully incomplete. Entity's API is much better: [link] Thanks for pointing these out. I'm currently spread very thin, but will accept pull requests for these fixes.
Posted over 13 years ago by [email protected] (Azerith)
Hi there, I just started playing Eve again and have found myself as the Accountant and investor for the corp my friends and I have set up. One friend asked if her could have view only access to the wallets - cant do that in game - solution? website! with API, having a background in python/django i was trilled to find this.
Posted about 14 years ago by [email protected] (Kreychek)
Heya, new to Python and Django (and databases!) and I am wondering if you could elaborate some on the work needed to get MySQL to work w/ your project, as opposed to the recommended PostgreSQL or SQLite. What are the relevant differences between them? This is partly an educational project, so I would not be opposed to
Posted over 14 years ago by [email protected] (Dylan Liverman)
I ran the importers on my laptop using SQLite3. It took about 9 minutes with the big one, mapDemormalize taking 2:30. The Incarna DB isn't out yet, latest is Incursion 1.5. mapDenormalize used to take 9 hours on this laptop. Its about 1 step above a netbook in size/performance. Based on that, I think the almost
Posted over 14 years ago by [email protected] (BĂ©res Botond)
Well 7 mins certainly seems a bit too low, I don't remember making it that fast :P. The original import ran for more like several hours not 1 hour, after the import rewrite I think my test imports took around ~40 min. So I think it's fairly likely a few big tables have been renamed/ moved, unless you ran it on some high end machine?
Posted over 14 years ago by [email protected] (Heinrich du Toit)
thanx for the help! This is very nice indeed. Now only need to find the time to hack out my dream program :D On Sun, 03 Jul 2011 07:15:13 +0200, Dylan Liverman
Posted over 14 years ago by [email protected] (Dylan Liverman)
Hi, The table you're looking for is ramTypeRequirements which contains most of the fun parts of Industry. You should be able to make out what is going on from the table itself, but the Eve Dev Wiki has a bunch of SQL examples here: [link] Planetary Interaction stuff is a completely different story that I haven't
Posted over 14 years ago by [email protected] (Marcaunon)
Hi I'm new to eve-django I've recently started looking at this because google docs is inadequate for what I want todo :) Anyways I've installed django worked through the tutorials.. got django-eve in place imported db.. it seemd to have worked.. although only took 7 mins and not 1hour like promised?
Posted almost 15 years ago by [email protected] (Streamweaver)
Thanks for the info. if it helps anyone else I found a sqlite dump of Incursion data via this thread in eve-search [link]
Posted almost 15 years ago by [email protected] (Greg Taylor)
Just as a general FYI, the CCP Incursion DB dump is compatible as-is in a sense that it all imports. If they added any more columns, I'm not aware of it yet, so what we are importing right now may change/ expand with time. Also, there is a bug in the current CCP dump, as noted here: [link]