-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dgraph visualizer #1411
Comments
We have a UI running on the HTTP port. By default, it should be on port 8080. |
@manishrjain, thanks for the quick response. I got "404 page not found" when I go to http://127.0.0.1:8080. Did I miss anything? BTW, does DGraph support data from different databases, such as MySQL or Cassandra? |
@candysmurf I think the assets might be missing. If you have downloaded the assets to a separate location you can mention the path using --ui flag. From each release the corresponding assets are located at https://github.com/dgraph-io/dgraph/releases/download/$release_version/$assetsFile. Or you can use the script at https://get.dgraph.io/. |
Yeah, |
@manishrjain, @janardhan1993, appreciate your quick responses. yaaah, I can see graphs now. Lastly, if we have data in MySQL, any recommended tool to export and import them into DGraph? |
I guess that I can use csv to rdf converter. If you have any other suggestions, please let me know. thanks. |
Thanks for your help. This issue can be closed. |
This commit brings following new changes from badger This commit also disable conflict detection in badger to save memory. ``` 0dfb8b4 Changelog for v20.07.0 (#1411) 03ba278 Add missing changelog for v2.0.3 (#1410) 6001230 Revert "Compress/Encrypt Blocks in the background (#1227)" (#1409) 800305e Revert "Buffer pool for decompression (#1308)" (#1408) 63d9309 Revert "fix: Fix race condition in block.incRef (#1337)" (#1407) e0d058c Revert "add assert to check integer overflow for table size (#1402)" (#1406) d981f47 return error if the vlog writes exceeds more that 4GB. (#1400) 7f4e4b5 add assert to check integer overflow for table size (#1402) 8e896a7 Add a contribution guide (#1379) b79aeef Avoid panic on multiple closer.Signal calls (#1401) 717b89c Enable cross-compiled 32bit tests on TravisCI (#1392) 09dfa66 Update ristretto to commit f66de99 (#1391) 509de73 Update head while replaying value log (#1372) e013bfd Rework DB.DropPrefix (#1381) 3042e37 pre allocate cache key for the block cache and the bloom filter cache (#1371) 675efcd Increase default valueThreshold from 32B to 1KB (#1346) 158d927 Remove second initialization of writech in Open (#1382) d37ce36 Tests: Use t.Parallel in TestIteratePrefix tests (#1377) 3f4761d Force KeepL0InMemory to be true when InMemory is true (#1375) dd332b0 Avoid panic in filltables() (#1365) c45d966 Fix assert in background compression and encryption. (#1366) ```
Dear DGraph,
After going through your tutorial and by reading your benchmark comparison vs ne04j, I would love to choose DGraph for our new project. I haven't seen any DGraph visualizer although it's mentioned in the tutorial(links are shown text only).
Any pointer is appreciated.
The text was updated successfully, but these errors were encountered: