Skip to main content

Django json datadump object filtering

Project description

Django’s dumpdata management command allows you to dump objects from a given application, but sometimes you’ll want to extract all objects of a given model from a much larger file containing objects from many models.

This package provides the jsonfilter.py commandline utility, which will allow you to do just that.

Ultimately the idea would be to also add options to be able to search on different model fields to extract the objects you want before importing them again into the database.

Although it loads the entire json in memory, it’s actually quite fast. On a 41.6MB json file containing 131515 objects, it takes about 3s to extract 10341 objects of a given type. The 3s is actually fairly constant, however many objects there are of the model it’s extracting.

See jsonfilter.py --help for usage.

You can install this package through easy_install and pip.

© Copyright 2010 Éric St-Jean, email: esj a-t w w d d-o-t c a

This file is part of django-jsonfilter.

django-jsonfilter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

django-jsonfilter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with django-jsonfilter. If not, see <http://www.gnu.org/licenses/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-jsonfilter-0.1.1.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

django-jsonfilter-0.1.1.linux-i686.exe (67.6 kB view details)

Uploaded Source

File details

Details for the file django-jsonfilter-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-jsonfilter-0.1.1.tar.gz
Algorithm Hash digest
SHA256 616aa835e72a099b656b46da2aff70ef233b801208cf3d1b7ee240041a424529
MD5 e0e991a52a0e69768d71a82c2a07578d
BLAKE2b-256 bf1b790e8ca524865269688244a4239c98d90036b28a9fcf9076ef9c41fb975d

See more details on using hashes here.

Provenance

File details

Details for the file django-jsonfilter-0.1.1.linux-i686.exe.

File metadata

File hashes

Hashes for django-jsonfilter-0.1.1.linux-i686.exe
Algorithm Hash digest
SHA256 9668c609e12060c27c651530608fbd28c5846ff17fe48712ca398b1da7345abc
MD5 5f05050bb5e57a512b30c9912e9bd39d
BLAKE2b-256 299e92369a84cdcb94bc700af9a3d8bc37dc8ca4a92558ea84447ff6c35e4202

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page