Skip to content
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

I found out in falcon that admin access is difficult to do and also graphical databases like neo4j cannot do and have not source. #1878

Closed
MajidHeydari opened this issue Mar 7, 2021 · 10 comments

Comments

@MajidHeydari
Copy link

I found out in falcon that admin access is difficult to do and also graphical databases like neo4j cannot do and have not source.

@open-collective-bot
Copy link

Hi 👋,

Thanks for using Falcon. The large amount of time and effort needed to
maintain the project and develop new features is not sustainable without
the generous financial support of community members like you.

Please consider helping us secure the future of the Falcon framework with a
one-time or recurring donation.

Thank you for your support!

@CaselIT
Copy link
Member

CaselIT commented Mar 7, 2021

Hi, I'm not sure I understand what is the request here, could you clarify?

@MajidHeydari
Copy link
Author

I want to connect to a graph database like neo4j. How do I do this?

@vytas7
Copy link
Member

vytas7 commented Mar 7, 2021

"Graphic" databases like neo4j is a duplicate of #1863 (moved to #1864).

As for other points raised in the issue's title:

  • "Admin access is difficult to do" -- do you mean some kind of interface along the lines of the Django Admin?
  • "And have not source" -- 😕 please clarify.

@MajidHeydari
Copy link
Author

yes,exist panel in django admin and fastapi but in falcon is not

@vytas7
Copy link
Member

vytas7 commented Mar 7, 2021

Right... as explained on #1864, Falcon does not, itself, ship any ORM inside the framework (in fact, Falcon has no hard dependency on any 3rd party package).
See also our FAQ: Why doesn’t Falcon come with batteries included?

Furthermore, Falcon is focused on APIs and back-end services, not on back-end rendered pages like Django. AFAICT FastAPI does not ship a database admin either, although 3rd party community add-ons may exist for that purpose.

This is the route Falcon takes as well -- we maintain a solid core, and let the community innovate specialized add-ons such as database administration.

@vytas7
Copy link
Member

vytas7 commented Mar 7, 2021

Could you clarify the last part of your comment "and have not source"? 😕

@MajidHeydari
Copy link
Author

Would it be much easier to learn if falcon had a guide with an example?

@vytas7
Copy link
Member

vytas7 commented Mar 7, 2021

Falcon does have a User Guide, including quickstart and a longer tutorial.

The unstable version of the guide (in b2 at the time of writing this) has tutorials both for WSGI, and ASGI (requires the upcoming Falcon 3.0).
Check out the Recipes section too!

If you find anything specific missing or incorrect in those user guides, it is better to file a documentation issues against these.

@vytas7
Copy link
Member

vytas7 commented Mar 7, 2021

I'm going to close this issue since it spans a very broad range of subjects.
It's better to file specific bugs and suggestions for improvement, or why not start a new discussion?

You're also welcome to join our Gitter channels for chat 👋

To reiterate, when it comes to docs, we strive hard after having useful and comprehensive documentation; however we're aware that there's room for improvement: #1393.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants