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

Split aduana into several packages #8

Open
kmike opened this issue Jun 23, 2015 · 1 comment
Open

Split aduana into several packages #8

kmike opened this issue Jun 23, 2015 · 1 comment

Comments

@kmike
Copy link
Member

kmike commented Jun 23, 2015

Just a suggestion: C library, a Python wrapper, Frontera integration and REST API server can be 2 to 4 different packages. What do you think?

Maybe it is fine to combine C library and a Python wrapper in a single repo because this way you'll be able to write tests in Python instead of C.

I haven't looked at it in details, but it may be better to separate REST API from the Frontera backend because people may want to use e.g. Kafka queues instead of REST API, and in this case REST API code brings its own unnecessary dependencies (like falcon, talons and gevent).

@plafl
Copy link
Contributor

plafl commented Jun 23, 2015

I will continue to keep together the C library and the python library, although it's possible to build and install the C library separately (http://aduana.readthedocs.org/en/latest/library.html). If, unexpectedly :), people start to make bindings in other languages I will separate them.

Apart from the library and wrapper there are the two frontera backends (aduana.frontera.Backend and aduana.frontera.WebBackend) and the server. The three could be separated. I will keep them together for the moment because it's more comfortable but if the project grows they could very well move to separate projects.

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

No branches or pull requests

2 participants