forked from doableware/djongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
834 lines (832 loc) · 29.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>
Djongo - MongoDB Django Hosting
</title>
<meta content="Djongo is a smarter approach to database querying. It maps python objects to MongoDB documents. It is popularly referred to as an Object Document Mapper or ODM. It is an extension to the traditional Django object relational modeling framework. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes." name="description">
<meta content="website" property="og:type">
<meta content="en_US" property="og:locale">
<meta content="Djongomapper" property="og:site_name">
<meta content="Djongo" property="og:title">
<meta content="https://www.djongomapper.com/" property="og:url">
<meta content="Djongo is a smarter approach to database querying. It maps python objects to MongoDB documents. It is popularly referred to as an Object Document Mapper or ODM. It is an extension to the traditional Django object relational modeling framework. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes." property="og:description">
<link href="https://www.djongomapper.com/" rel="canonical">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Doableware",
"url": "https://www.djongomapper.com/",
"logo": "/assets/images/djongo-symbol-small.png"
}
</script>
<meta content="tFNu7Nc9hzKF9v7f6kYaoMbBCNyGREchcKMVdxJuyJo" name="google-site-verification">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<link as="style" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" onload="this.onload=null;this.rel='stylesheet'" rel="preload">
<noscript>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" rel="stylesheet">
</noscript>
<link href="/assets/css/main.css" rel="stylesheet">
<link href="/assets/css/custom.css" media="screen" rel="stylesheet" type="text/css">
<link href="/assets/images/favicon.ico" rel="shortcut icon">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js">
</script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js">
</script>
<script src="/assets/js/cookie-consent.js">
</script>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T72KG6N');
</script>
</meta>
</head>
<body class="layout--splash l-splash-full">
<nav class="skip-links">
<ul>
<li>
<a class="screen-reader-shortcut" href="#site-nav" id="skip-to-primary-navigation">
Skip to primary navigation
</a>
</li>
<li>
<a class="screen-reader-shortcut" href="#main" id="skip-to-content">
Skip to content
</a>
</li>
<li>
<a class="screen-reader-shortcut" href="#footer" id="skip-to-footer">
Skip to footer
</a>
</li>
</ul>
</nav>
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav class="greedy-nav" id="site-nav">
<a class="site-logo" href="/" id="unnamed">
<img alt="Djongo" src="/assets/images/djongo-symbol-small.png">
</a>
<a class="site-title" href="/" id="djongo">
Djongo
</a>
<ul class="visible-links">
<li class="masthead__menu-item">
<a href="/djongocs/create-account/" id="create-account">
Create Account
</a>
</li>
<li class="masthead__menu-item">
<a href="/djongocs/products/" id="products">
Products
</a>
</li>
<li class="masthead__menu-item">
<a href="/get-started/" id="docs">
Docs
</a>
</li>
</ul>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">
Toggle Menu
</span>
<div class="navicon">
</div>
</button>
<ul class="hidden-links hidden">
</ul>
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div class="banner" style="background-image: url('/assets/images/home/banner-rand-dark-many7.png');
">
<div class="banner-text banner-text-hero">
<h1 itemprop="headline">
Django Apps on a MongoDB Server
</h1>
<p class="banner-lead">
Djongo helps develop containerized Django apps on MongoDB and SQL databases.
</p>
<p>
<a class="btn btn--large" href="/djongocs/create-account/" id="create-account-1">
Create Account
</a>
</p>
</div>
</div>
<div id="main" role="main">
<article itemscope itemtype="https://schema.org/CreativeWork">
<meta content="Djongo" itemprop="headline">
<div class="pitch-white">
<section>
<div class="l-fixed-content">
<div class="l-tiles">
<div>
<img alt="Simplify Query Creation" src="/assets/images/home/query-green-own.png">
<h1>
Autogenerated Queries
</h1>
<p>
Writing query documents can get out of control. Djongo does the heavy lifting of creating query documents for you.
</p>
<a class="cta" href="#queries" id="more">
More
</a>
</div>
<div>
<img alt="Switch DBs instantly" src="/assets/images/home/noSql.png">
<h1>
Database Abstraction
</h1>
<p>
Switch between MongoDB and other SQL databases. Limit the impact to your Models and business logic.
</p>
<a class="cta" href="/integrating-django-with-mongodb/#how-it-works" id="more-1">
More
</a>
</div>
<div>
<img alt="Security" src="/assets/images/home/security-green.png">
<h1>
Security
</h1>
<p>
Directly saving raw
<code>
JSON
</code>
into the database is scary. Djongo secures and validates the
<code>
JSON
</code>
document before saving.
</p>
<a class="cta" href="#security-and-integrity-checks" id="more-2">
More
</a>
</div>
<div>
<img alt="Cloud Services" src="/assets/images/home/cloud-tiles.png">
<h1>
Container Integration
</h1>
<p>
Managed DBs, Storage, Kubernetes, Compute and Virtual Private Cloud (VPC) Integration
</p>
<a class="cta" href="/djongocs/create-account" id="more-3">
More
</a>
</div>
<div>
<img alt="Rapid Prototyping" src="/assets/images/home/rapid.png">
<h1>
Rapid Prototyping
</h1>
<p>
Speed up development with schema free models. Enforce protection with evolution.
</p>
<a class="cta" href="#prototyping" id="more-4">
More
</a>
</div>
<div>
<img alt="Web Interface" src="/assets/images/home/webpage.png">
<h1>
Web Interface
</h1>
<p>
Access and modify MongoDB through the dashboard, CLI or API
</p>
<a class="cta" href="/integrating-django-with-mongodb/#use-django-admin-to-add-documents" id="more-5">
More
</a>
</div>
</div>
</div>
</section>
<section>
<div class="l-fixed-content">
<div class="pc-title pc-subtitle">
<h2 id="containers">
Containers
</h2>
<h3>
Deploy a frustration free Django MongoDB instance on GCP
</h3>
</div>
<div class="pc">
<div>
<img alt="postcard" src="/assets/images/home/containers.svg">
</div>
<div>
<p>
Create and deploy a preset Ubuntu, Apache, MongoDB, PostgreSQL and Djongo instance on
Google Cloud Platform.
Choose between shared and dedicated VM instances.
</p>
<p>
Focus on developing the models.py and views.py. Let djongo cloud services automate the rest.
Manage access keys, modify subscription plans, and request support using the dashboard.
</p>
<p>
<a class="btn btn--theme btn--primary btn--medium" href="/djongocs/create-account" id="create-account-2">
Create Account
</a>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="djongo-commercial-license">
Djongo Commercial License
</h2>
<div class="l-tiles is-titled">
<div>
<img alt="Deploy" src="/assets/images/enterprise/deploy.svg">
<h1>
Deploy
</h1>
<p>
Host closed source applications that use the Djongo package.
</p>
</div>
<div>
<img alt="Modify" src="/assets/images/enterprise/modify.svg">
<h1>
Modify
</h1>
<p>
Modify the djongo source code without requiring to open source your modifications.
</p>
<a class="cta" href="/legal/enterprise/commercial-license" id="sample-license">
Sample License
</a>
</div>
<div>
<img alt="Redistribute" src="/assets/images/enterprise/redistribute.svg">
<h1>
Redistribute
</h1>
<p>
Include and redistribute the djongo package without having to open source your own code.
</p>
</div>
</div>
<div class="punchline">
<p>
Our flexible pricing and licensing terms are guaranteed to satisfy your organizational needs completely.
</p>
</div>
<div class="cta-btn">
<a class="btn btn--primary btn--large" href="/djongocs/contact-us" id="contact-us">
Contact Us
</a>
</div>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="prototyping">
Prototyping
</h2>
<div class="chart">
<div class="x-axis">
Security
</div>
<div class="chart-grid">
<div class="c1-title">
JSONField
</div>
<div class="c1-content">
Represents documents with no structure, and no validations.
</div>
<div class="c2-title">
EmbeddedField
</div>
<div class="c2-content">
Used to describe the data structure that triggers automatic validations at the application level.
</div>
<div class="c3-title">
Settings.py
</div>
<div class="c3-content">
<p>
Set enforce_schema to True in settings.py to enable schema checks at the database level.
</p>
</div>
</div>
<div class="y-axis">
Lines of code
</div>
<div class="cta">
<p>
<a class="cta" href="/djongocs/create-account" id="start-prototyping">
Start prototyping
</a>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="queries">
Queries
</h2>
<div class="query">
<div>
<div class="language-python highlighter-rouge highlight codehilite">
<pre><span></span><code><span class="bp">self</span><span class="o">.</span><span class="n">db</span><span class="p">[</span><span class="s1">'entry'</span><span class="p">]</span><span class="o">.</span><span class="n">aggregate</span><span class="p">(</span>
<span class="p">[{</span>
<span class="s1">'$match'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'author_id'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'$ne'</span><span class="p">:</span> <span class="kc">None</span><span class="p">,</span>
<span class="s1">'$exists'</span><span class="p">:</span> <span class="kc">True</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$lookup'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'from'</span><span class="p">:</span> <span class="s1">'author'</span><span class="p">,</span>
<span class="s1">'localField'</span><span class="p">:</span> <span class="s1">'author_id'</span><span class="p">,</span>
<span class="s1">'foreignField'</span><span class="p">:</span> <span class="s1">'id'</span><span class="p">,</span>
<span class="s1">'as'</span><span class="p">:</span> <span class="s1">'author'</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$unwind'</span><span class="p">:</span> <span class="s1">'$author'</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$lookup'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'from'</span><span class="p">:</span> <span class="s1">'blog'</span><span class="p">,</span>
<span class="s1">'localField'</span><span class="p">:</span> <span class="s1">'blog_id'</span><span class="p">,</span>
<span class="s1">'foreignField'</span><span class="p">:</span> <span class="s1">'id'</span><span class="p">,</span>
<span class="s1">'as'</span><span class="p">:</span> <span class="s1">'blog'</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$unwind'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'path'</span><span class="p">:</span> <span class="s1">'$blog'</span><span class="p">,</span>
<span class="s1">'preserveNullAndEmptyArrays'</span><span class="p">:</span> <span class="kc">True</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$addFields'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'blog'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'$ifNull'</span><span class="p">:</span> <span class="p">[</span><span class="s1">'$blog'</span><span class="p">,</span> <span class="p">{</span>
<span class="s1">'id'</span><span class="p">:</span> <span class="kc">None</span><span class="p">,</span>
<span class="s1">'title'</span><span class="p">:</span> <span class="kc">None</span>
<span class="p">}]</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$match'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'author.name'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'$eq'</span><span class="p">:</span> <span class="s1">'Paul'</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s1">'$project'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'id'</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
<span class="s1">'blog_id'</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
<span class="s1">'author_id'</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
<span class="s1">'content'</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
<span class="s1">'blog.id'</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
<span class="s1">'blog.title'</span><span class="p">:</span> <span class="kc">True</span>
<span class="p">}</span>
<span class="p">}]</span>
</code></pre>
</div>
</div>
<div class="query-right-box">
<div class="query-djongo">
<div class="language-python highlighter-rouge highlight codehilite">
<pre><span></span><code><span class="n">qs</span> <span class="o">=</span> <span class="n">Entry</span><span class="o">.</span><span class="n">objects</span><span class="o">.</span><span class="n">filter</span><span class="p">(</span><span class="n">author__name</span><span class="o">=</span><span class="s1">'Paul'</span><span class="p">)</span><span class="o">.</span><span class="n">select_related</span><span class="p">(</span><span class="s1">'blog'</span><span class="p">)</span>
</code></pre>
</div>
</div>
<div>
<div class="btn btn--primary btn--medium">
PyMongo
</div>
</div>
<div>
<div class="btn btn--primary btn--medium">
Djongo
</div>
</div>
<div>
<p>
Djongo generates complex, error free, aggregation queries automatically.
</p>
<p>
It takes the query on the top and
<strong>
automatically
</strong>
generates the pymongo query document as the output.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="security-and-integrity-checks">
Security and Integrity Checks
</h2>
<div class="language-python highlighter-rouge highlight code-left top-align codehilite">
<pre><span></span><code><span class="k">def</span> <span class="nf">script_injection</span><span class="p">(</span><span class="n">value</span><span class="p">):</span>
<span class="k">if</span> <span class="n">value</span><span class="o">.</span><span class="n">find</span><span class="p">(</span><span class="s1">'<script>'</span><span class="p">)</span> <span class="o">!=</span> <span class="o">-</span><span class="mi">1</span><span class="p">:</span>
<span class="k">raise</span> <span class="n">ValidationError</span><span class="p">(</span><span class="n">_</span><span class="p">(</span><span class="s1">'Script injection in </span><span class="si">%(value)s</span><span class="s1">'</span><span class="p">),</span>
<span class="n">params</span><span class="o">=</span><span class="p">{</span><span class="s1">'value'</span><span class="p">:</span> <span class="n">value</span><span class="p">})</span>
<span class="k">class</span> <span class="nc">Entry</span><span class="p">(</span><span class="n">models</span><span class="o">.</span><span class="n">Model</span><span class="p">):</span>
<span class="n">homepage</span> <span class="o">=</span> <span class="n">models</span><span class="o">.</span><span class="n">URLField</span><span class="p">(</span><span class="n">validators</span><span class="o">=</span><span class="p">[</span><span class="n">URLValidator</span><span class="p">,</span>
<span class="n">script_injection</span><span class="p">])</span>
</code></pre>
</div>
<p>
Djongo performs
<strong>
checks on data fields
</strong>
before they are saved to the database.
</p>
<p>
Define
<strong>
custom validators
</strong>
or use builtin validators to check the data. Validation is triggered prior to writing to the database.
</p>
<p>
Running
<strong>
integrity checks
</strong>
and field value validators ensures protect from garbage data.
</p>
</div>
</section>
<section>
<div class="l-fixed-content">
<section itemscope itemtype="https://schema.org/Offer">
<div class="l-tire">
<div class="tire-col tire-content tire-2-col-fixed is-grey">
<div class="tire-title" itemprop="name">
Latest Updates
</div>
<div class="tire-price" itemprop="price">
$9
</div>
<div class="tire-period" itemprop="eligibleDuration">
PER MONTH
</div>
<a class="tire-cta btn btn--theme btn--primary btn--medium" href="/djongocs/create-account/" id="create-account-3">
Create Account
</a>
<div class="tire-benefits" itemprop="description">
<div>
<img src="/assets/images/home/tick.svg">
</div>
<div>
Access to the Djongo private repository
</div>
<div>
<img src="/assets/images/home/tick.svg">
</div>
<div>
Supports the latest version of Django, MongoDB
</div>
<div>
<img src="/assets/images/home/tick.svg">
</div>
<div>
Important bug fixes
</div>
</div>
</div>
<div class="tire-col tire-content tire-2-col-fixed is-grey">
<div class="tire-title" itemprop="name">
Extended Features
</div>
<div class="tire-price" itemprop="price">
$15
</div>
<div class="tire-period" itemprop="eligibleDuration">
PER MONTH
</div>
<a class="tire-cta btn btn--theme btn--primary btn--medium" href="/support/contact/discord-support/" id="create-account-4">
Create Account
</a>
<div class="tire-benefits" itemprop="description">
<div>
<img src="/assets/images/home/tick.svg">
</div>
<div>
Includes Latest updates.
</div>
<div>
<img src="/assets/images/home/tick.svg">
</div>
<div>
MongoDB transactions.
</div>
<div>
<img src="/assets/images/home/tick.svg">
</div>
<div>
Advanced Fields.
</div>
</div>
</div>
</div>
</section>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="built-for-enterprises">
Built for Enterprises
</h2>
<div class="l-tiles is-titled">
<div>
<img alt="First Access" src="/assets/images/home/rapid.svg">
<h1>
First Access
</h1>
<p>
Djongo packages released to enterprises are compatible with newer versions of Django and MongoDB.
</p>
</div>
<div>
<img alt="Support" src="/assets/images/home/support-new.svg">
<h1>
Support
</h1>
<p>
As an enterprise customer, your queries and change requests take top priority.
</p>
</div>
<div>
<img alt="Redistribute" src="/assets/images/home/security.svg">
<h1>
Secure
</h1>
<p>
Djongo source is open and viewed by hundreds of developers everyday.
</p>
<p>
Reported security holes and bugs are rectified and continuously integrated.
</p>
</div>
</div>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="products-1">
Products
</h2>
<table class="products">
<thead>
<tr>
<th>
</th>
<th>
Djongo
</th>
<th>
DjongoCS
</th>
<th>
Enterprise
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
<td>
</td>
<td>
<a class="btn btn--theme btn--primary btn--medium" href="/djongocs/create-account" id="create-account-5">
Create Account
</a>
</td>
<td>
<a class="btn btn--theme btn--primary btn--medium" href="/djongocs/enterprise" id="more-6">
More
</a>
</td>
</tr>
<tr>
<td>
Django MongoDB Connector
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
</tr>
<tr>
<td>
Virtualized Containers
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
</tr>
<tr>
<td>
<a href="/djongocs/products" id="latest-updates">
Latest Updates
</a>
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
</tr>
<tr>
<td>
<a href="/djongocs/products" id="advanced-features">
Advanced Features
</a>
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
</tr>
<tr>
<td>
<a href="/djongocs/enterprise" id="commercial-license">
Commercial License
</a>
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
</tr>
<tr>
<td>
<a href="/djongocs/enterprise" id="services">
Services
</a>
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/cross.svg">
</td>
<td>
<img src="/assets/images/home/tick.svg">
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section>
<div class="l-fixed-content">
<h2 id="djongo-1">
Djongo
</h2>
<p>
<img alt="Djongo" class="img-right sz-sm top-align" src="/assets/images/home/djongo-name-logo.png">
Djongo is a unified approach to database interfacing. It is an extension to the
<br>
<a href="https://www.djangoproject.com/" id="django-orm">
Django ORM
</a>
framework but maps python objects to MongoDB documents.
</img>
</p>
<p>
Constructing queries using Djongo is
<strong>
much easier
</strong>
compared to writing lengthy Pymongo query documents.
Storing raw
<code>
JSON
</code>
emitted by the frontend directly into the database is scary. Djongo ensures that
<strong>
only clean data
</strong>
gets through.
</p>
<p>
<strong>
You no longer
</strong>
need to use the shell to inspect your data. By using the
<code>
Admin
</code>
package, you can access and
modify data directly from the browser.
Djongo includes handy UI elements that help represent MongoDB documents on the browser.
</p>
<p class="text-center">
<a class="btn btn--primary btn--large" href="/djongocs/create-account" id="get-started">
Get Started
</a>
</p>
</div>
</section>
</div>
</article>
</div>
</div>
<div class="page__footer" id="footer">
<footer>
<aside class="l-fixed-notice cookie-notice">
<p>
We use cookies to enhance user experience. You consent to their usage by browsing this site.
<button class="btn btn--success" id="cookie-accept">
Accept
</button>
</p>
</aside>
<div class="page__footer-copyright">
© 2022 Doableware AB.
</div>
</footer>
</div>
<script src="/assets/js/main.min.js">
</script>
<script>
window.ga = function () {
ga.q.push(arguments)
};
ga.q = [];
ga.l = +new Date;
ga('create', 'UA-75159067-1', 'auto');
ga('set', 'anonymizeIp', false);
ga('send', 'pageview')
</script>
<script async src="https://www.google-analytics.com/analytics.js">
</script>
</body>
</html>